An NDoc Documented Class Library

Tools.drawBoxAt Method 

Draw a box with length = Size.x width = Size.y and height = Size.z at a position.

public virtual void drawBoxAt(
   MNDevice device,
   xyz Position,
   xyz Size
);

Parameters

device
Device in which will be painted
Position
Position, where the box will be drawn
Size
Dimensions of the box

See Also

Tools Class | Minais.Drawing3d Namespace