Author Topic: Find Brick Size? [Solved]  (Read 1521 times)

Is there a way to check for the volume of a brick? I want to limit a radius search's results to only bricks of a certain size or smaller.
« Last Edit: July 23, 2013, 10:51:49 PM by tommybricksetti »

%this.brickSizeX
%this.brickSizeY
%this.brickSizeZ


%brick.getdatablock().bricksizex
%brick.getdatablock().bricksizey
%brick.getdatablock().bricksizez

This is what I use.
If the brick itself also has bricksize# variables, then go for those.

%brick.getdatablock().bricksizex
%brick.getdatablock().bricksizey
%brick.getdatablock().bricksizez

This is what I use.
If the brick itself also has bricksize# variables, then go for those.
Yeah that's exactly what I did.