CustomGraphicsCurve.curve Property
Parent Object:
CustomGraphicsCurveDefined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsCurve.h>
Description
Gets and sets the curve associated with this graphics entity. Any of the curve types derived from Curve3D is valid except for InfiniteLine3D.
Syntax
"customGraphicsCurve_var" is a variable referencing a CustomGraphicsCurve object.
# Get the value of the property. propertyValue = customGraphicsCurve_var.curve
# Set the value of the property. customGraphicsCurve_var.curve = propertyValue
|
"customGraphicsCurve_var" is a variable referencing a CustomGraphicsCurve object.
#include <Fusion/Graphics/CustomGraphicsCurve.h>
// Get the value of the property. Ptr<Curve3D> propertyValue = customGraphicsCurve_var->curve();
// Set the value of the property, where value_var is a Curve3D. bool returnValue = customGraphicsCurve_var->curve(value_var);
|
Property Value
This is a read/write property whose value is a
Curve3D.
Version
Introduced in version September 2017