SketchLinearDiameterDimension.entityTwo Property

Parent Object: SketchLinearDiameterDimension
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchLinearDiameterDimension.h>

Description

The second entity being constrained. (a parallel SketchLine or a SketchPoint)

Syntax

"sketchLinearDiameterDimension_var" is a variable referencing a SketchLinearDiameterDimension object.

# Get the value of the property.
propertyValue = sketchLinearDiameterDimension_var.entityTwo
"sketchLinearDiameterDimension_var" is a variable referencing a SketchLinearDiameterDimension object.
#include <Fusion/Sketch/SketchLinearDiameterDimension.h>

// Get the value of the property.
Ptr<SketchEntity> propertyValue = sketchLinearDiameterDimension_var->entityTwo();

Property Value

This is a read only property whose value is a SketchEntity.

Version

Introduced in version September 2022