SketchEntity.RangeBox Property
Parent Object: SketchEntityDescription
Property that returns a Box2D object which contains the lower-left and upper-right corners of a rectangle that is guaranteed to enclose this object.
Syntax
SketchEntity.RangeBox() As Box2dProperty Value
This is a read only property whose value is a Box2d.Samples
Name | Description |
Sketch Display Entities | This sample demonstrates the query functionality available for sketch entities. |