BRepBodyDefinition.create Method
Parent Object: BRepBodyDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepBodyDefinition.h>
Description
Static function that creates a new BRepBodyDefinition object. It's initially empty but you can use the functionality it provides to define the geometry and topology of the B-Rep object you want to create.
Syntax
Return Value
Type | Description |
BRepBodyDefinition | Returns the newly created BRepBodyDefinition object. |
Samples
Name | Description |
BRep Body definition Sample | Demonstrates creating BRep bodies by BRepBodyDefinition. |