SketchTangentDistanceDimension.entityOne Property
Parent Object:
SketchTangentDistanceDimensionDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchTangentDistanceDimension.h>
Description
The first entity being constrained. This can be a SketchCircle, SketchArc, SketchLine, or SketchPoint.
Syntax
"sketchTangentDistanceDimension_var" is a variable referencing a SketchTangentDistanceDimension object.
# Get the value of the property. propertyValue = sketchTangentDistanceDimension_var.entityOne
|
"sketchTangentDistanceDimension_var" is a variable referencing a SketchTangentDistanceDimension object.
#include <Fusion/Sketch/SketchTangentDistanceDimension.h>
// Get the value of the property. Ptr<SketchEntity> propertyValue = sketchTangentDistanceDimension_var->entityOne();
|
Property Value
This is a read only property whose value is a
SketchEntity.
Version
Introduced in version July 2022