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