GetBoundingBox method

Returns the corners of the box that encloses a specified entity.

Syntax

object.GetBoundingBox(MinPoint, MaxPoint)

Where:

     object is an IntelliCAD Viewport or PViewport object;

     MinPoint and MaxPoint are IntelliCAD Pooint objects representing the lower-left and upper-right corners of a box enclosing a particular object.

Examples ...

GetBoundingBox method example