Gets and sets the curve that defines the shape of the edge.
# Get the value of the property.propertyValue = bRepEdgeDefinition_var.modelSpaceCurve# Set the value of the property.bRepEdgeDefinition_var.modelSpaceCurve = propertyValue
#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);