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