AngleExtentDefinition.angle Property

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

Description

Gets the ModelParameter that defines the angle. The value of the angle can be edited by using the properties on the ModelParameter object to edit the parameter.

Syntax

"angleExtentDefinition_var" is a variable referencing an AngleExtentDefinition object.

# Get the value of the property.
propertyValue = angleExtentDefinition_var.angle
"angleExtentDefinition_var" is a variable referencing an AngleExtentDefinition object.
#include <Fusion/Features/AngleExtentDefinition.h>

// Get the value of the property.
Ptr<ModelParameter> propertyValue = angleExtentDefinition_var->angle();

Property Value

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

Version

Introduced in version August 2014