BRepCoEdgeDefinitions.add Method
Parent Object:
BRepCoEdgeDefinitionsDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepCoEdgeDefinitions.h>
Description
Creates a new BrepCoEdgeDefinition object associated with the parent BrepLoopDefinition object.
Syntax
"bRepCoEdgeDefinitions_var" is a variable referencing a BRepCoEdgeDefinitions object.returnValue = bRepCoEdgeDefinitions_var.add(edgeDefinition, isOpposedToEdge)
|
"bRepCoEdgeDefinitions_var" is a variable referencing a BRepCoEdgeDefinitions object.
#include <Fusion/BRep/BRepCoEdgeDefinitions.h>
returnValue = bRepCoEdgeDefinitions_var->add(edgeDefinition, isOpposedToEdge);
|
Return Value
BRepCoEdgeDefinition |
Returns the newly created BrepCoEdgeDefinition object or null in the case of failure. |
Parameters
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. |
Samples
Version
Introduced in version September 2020