result: bit-coded:
bit0 set (1): shape is a compound shape
bit1 set (2): shape is a primitive
bit2 set (4): shape is convex
pureType: the primitive type of the shape. Undefined if the shape is a compound shape.
dimensions: table to 4 values giving information about the shape's dimensions:
dimensions[1]: X-size or diameter of the primitive shape. Undefined if the shape is a compound shape or not primitive.
dimensions[2]: Y-size of the primitive shape. Undefined if the shape is a compound shape or not primitive.
dimensions[3]: Z-size or height of the primitive shape. Undefined if the shape is a compound shape or not primitive.
dimensions[4]: Inside scaling. Undefined if the shape is a compound shape or not primitive.
|