BRepBodyDefinition.lumpDefinitions Property
Parent Object: BRepBodyDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepBodyDefinition.h>
Description
Provides access to the BRepLumpDefinitions object associated with this BRepBodyDefinition. It's through the returned collection that you can create new BRepLumpDefinition objects.
Syntax
"bRepBodyDefinition_var" is a variable referencing a BRepBodyDefinition object.
|
Property Value
This is a read only property whose value is a BRepLumpDefinitions.Samples
Name | Description |
BRep Body definition Sample | Demonstrates creating BRep bodies by BRepBodyDefinition. |