TransientBRep.CreateSolidBlock Method
Parent Object: TransientBRepDescription
Method that creates a solid box.
Remarks
The size is defined by the input Box object. The edges of the resulting solid box are aligned with axes of the model coordinate system.Syntax
TransientBRep.CreateSolidBlock( Box As Box ) As SurfaceBodyParameters
Name | Type | Description |
Box | Box | Input Box object that defines the size of the solid block. |
Samples
Name | Description |
Create primitive BRep | This sample demonstrates the creation of primitive (solid) BRep. |