TransientGeometry.CreateBox Method
Parent Object: TransientGeometryDescription
Method that creates a new Box object. The min and max points of the box are initialized to (0,0,0) . The object created is a transient mathematical object and is not displayed graphically.
Syntax
TransientGeometry.CreateBox() As BoxSamples
Name | Description |
Create primitive BRep | This sample demonstrates the creation of primitive (solid) BRep. |