BRepEdgeDefinition.modelSpaceCurve Property
Parent Object:
BRepEdgeDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepEdgeDefinition.h>
Description
Gets and sets the curve that defines the shape of the edge.
Syntax
"bRepEdgeDefinition_var" is a variable referencing a BRepEdgeDefinition object.
# Get the value of the property. propertyValue = bRepEdgeDefinition_var.modelSpaceCurve
# Set the value of the property. bRepEdgeDefinition_var.modelSpaceCurve = propertyValue
|
"bRepEdgeDefinition_var" is a variable referencing a BRepEdgeDefinition object.
#include <Fusion/BRep/BRepEdgeDefinition.h>
// Get the value of the property. Ptr<Curve3D> propertyValue = bRepEdgeDefinition_var->modelSpaceCurve();
// Set the value of the property, where value_var is a Curve3D. bool returnValue = bRepEdgeDefinition_var->modelSpaceCurve(value_var);
|
Property Value
This is a read/write property whose value is a
Curve3D.
Version
Introduced in version September 2020