|
IGeometry3D::Box
Description
This property allows you to get box coordinates that contain the entity from which the IGeometry3D interface was called.
Syntax
Box = Box ( );
Return: (Variant) Box |
Variant that contains double type one dimensional array of coordinates (X,Y,Z) of two opposite vertices of box. |
Note
All coordinates are given relative to the model's main UCS.
|