Share

JointOrigin.angle Property

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

Description

Gets the parameter that controls the angle. The value can be changed using the functionality of the returned ModelParameter object.

Syntax

"jointOrigin_var" is a variable referencing a JointOrigin object.

# Get the value of the property.
propertyValue = jointOrigin_var.angle

Property Value

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

Version

Introduced in version September 2015

Was this information helpful?