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