VerticalPointsConstraint.parentSketch Property
Parent Object:
VerticalPointsConstraintDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/VerticalPointsConstraint.h>
Description
Returns the parent sketch object.
Syntax
"verticalPointsConstraint_var" is a variable referencing a VerticalPointsConstraint object.
# Get the value of the property. propertyValue = verticalPointsConstraint_var.parentSketch
|
"verticalPointsConstraint_var" is a variable referencing a VerticalPointsConstraint object.
#include <Fusion/Sketch/VerticalPointsConstraint.h>
// Get the value of the property. Ptr<Sketch> propertyValue = verticalPointsConstraint_var->parentSketch();
|
Property Value
This is a read only property whose value is a
Sketch.
Version
Introduced in version August 2014