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