SketchDiameterDimension.entity Property

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

Description

Returns the arc or circle being constrained.

Syntax

"sketchDiameterDimension_var" is a variable referencing a SketchDiameterDimension object.

# Get the value of the property.
propertyValue = sketchDiameterDimension_var.entity
"sketchDiameterDimension_var" is a variable referencing a SketchDiameterDimension object.
#include <Fusion/Sketch/SketchDiameterDimension.h>

// Get the value of the property.
Ptr<SketchCurve> propertyValue = sketchDiameterDimension_var->entity();

Property Value

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

Version

Introduced in version August 2014