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