Name | Description |
Contains | Determines whether the specified point is contained within this Box. |
Copy | Creates a copy of this Box object. The result is entirely independent and can be edited without affecting the original Box object. |
Expand | Expands the Box on all sides by the specified distance. |
Extend | Extends the Box to include the specified point. |
GetBoxData | Get the data defining this Box. |
IsDisjoint | Determines whether this Box intersects the specified Box. A return value of True indicates that the box do not intersect. |
PutBoxData | Method that sets the data defining this Box. |
Name | Description |
MaxPoint | Property that gets and sets the maximum corner of the box. |
MinPoint | Property that gets and sets the minimum corner of the box. |
Name | Description |
Client Graphics - Draw Range Box | This sample demonstrates the use of client graphics to draw the range box of selected entities. |
Text Using Client Graphics (Multiple fonts and lines) | This sample demonstrates creating text using client graphics. It illustrates the more complex case of changes in font and more than one line. |
Sheet Metal Feature Display | This sample illustrates getting basic information from the various sheet metal features. |
Sketch Display Entities | This sample demonstrates the query functionality available for sketch entities. |
Create primitive BRep | This sample demonstrates the creation of primitive (solid) BRep. |