GetBoundingBox method

Returns the minimum and maximum point of an entity's bounding box: the box that encloses a specified entity.

 

Syntax

object.GetBoundingBox(MinPoint, MaxPoint)

Where:

     object is a Drawing Entity object;

     MinPoint and MaxPoint are Variant (array of doubles) representing the lower-left and upper-right corners of a box enclosing a particular object.

 

Examples...

GetBoundingBox method example

 


© Bricsys NV. All rights reserved.