Creates a new BrepCoEdgeDefinition object associated with the parent BrepLoopDefinition object.
"bRepCoEdgeDefinitions_var" is a variable referencing a BRepCoEdgeDefinitions object.
|
"bRepCoEdgeDefinitions_var" is a variable referencing a BRepCoEdgeDefinitions object.
|
Type | Description |
BRepCoEdgeDefinition | Returns the newly created BrepCoEdgeDefinition object or null in the case of failure. |
Name | Type | Description |
edgeDefinition | BRepEdgeDefinition | The BRepEdgeDefinition object this co-edge is related to. |
isOpposedToEdge | boolean | Boolean that indicates if the orientation of this BRepCoEdgeDefinition is reversed with respect to the associated BRepEdgeDefinition object. |
Name | Description |
BRep Body definition Sample | Demonstrates creating BRep bodies by BRepBodyDefinition. |