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