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