Share

BallJointMotion.yawValue Property

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

Description

Gets and sets the yaw value. This is in radians. Setting this value is the equivalent of using the Drive Joints command.

Syntax

"ballJointMotion_var" is a variable referencing a BallJointMotion object.

# Get the value of the property.
propertyValue = ballJointMotion_var.yawValue

# Set the value of the property.
ballJointMotion_var.yawValue = propertyValue

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version July 2015

Was this information helpful?