MoveFeatureRotateDefinition.angle Property

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

Description

Gets the model parameter that controls the rotation angle. You can use properties on the returned ModelParameter object to edit the offset distance.

Syntax

"moveFeatureRotateDefinition_var" is a variable referencing a MoveFeatureRotateDefinition object.

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

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

Property Value

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

Version

Introduced in version January 2023