SketchRadialDimension.entity Property

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

Description

The arc or circle being constrained.

Syntax

"sketchRadialDimension_var" is a variable referencing a SketchRadialDimension object.

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

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

Property Value

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

Version

Introduced in version August 2014