Box.MinPoint Property
Parent Object: BoxDescription
Property that gets and sets the minimum corner of the box.
Syntax
Box.MinPoint() As PointProperty Value
This is a read/write property whose value is a Point.Samples
Name | Description |
Client Graphics - Vertex Color by Z Height | This sample demonstrates using client graphics and some other functions that help to support display control. It uses the currently active part and replaces the part display with a display where the part's color varies from blue to red where blue is assigned to the lowest Z portion of the part and red is assigned to the highest Z portion of the part. Areas in between are represented by a smooth blend of color from blue to red. |
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. |
Tapered Surface Using Offset Curve and Ruled Surface | This sample demonstrates much of the wire body creation functionality. To run the sample you must have a part open and select a planar face. This sample then creates a trasient wire body using the geometry of the outside of the selected face. It then transforms and offsets that wire, and finally creates a ruled surface between the original wire and the offset wire. A base feature is created with the ruled surface. |