BRepCoEdgeDefinition.edgeDefinition Property
Parent Object:
BRepCoEdgeDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepCoEdgeDefinition.h>
Description
Gets and sets the BRepEdgeDefinition object associated with this BrepCoEdgeDefinition object.
Syntax
"bRepCoEdgeDefinition_var" is a variable referencing a BRepCoEdgeDefinition object.
# Get the value of the property. propertyValue = bRepCoEdgeDefinition_var.edgeDefinition
# Set the value of the property. bRepCoEdgeDefinition_var.edgeDefinition = propertyValue
|
"bRepCoEdgeDefinition_var" is a variable referencing a BRepCoEdgeDefinition object.
#include <Fusion/BRep/BRepCoEdgeDefinition.h>
// Get the value of the property. Ptr<BRepEdgeDefinition> propertyValue = bRepCoEdgeDefinition_var->edgeDefinition();
// Set the value of the property, where value_var is a BRepEdgeDefinition. bool returnValue = bRepCoEdgeDefinition_var->edgeDefinition(value_var);
|
Property Value
This is a read/write property whose value is a
BRepEdgeDefinition.
Version
Introduced in version September 2020