CylindricalJointMotion.rotationLimits Property

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

Description

Returns a JointLimits object that defines the rotation limits for this joint. Use the functionality of the returned JointLimits object to get, set, and modify the joint limits.

Syntax

"cylindricalJointMotion_var" is a variable referencing a CylindricalJointMotion object.

# Get the value of the property.
propertyValue = cylindricalJointMotion_var.rotationLimits
"cylindricalJointMotion_var" is a variable referencing a CylindricalJointMotion object.
#include <Fusion/Components/CylindricalJointMotion.h>

// Get the value of the property.
Ptr<JointLimits> propertyValue = cylindricalJointMotion_var->rotationLimits();

Property Value

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

Samples

Name Description
CylindricalJointMotion API Sample Demonstrates creating a joint with cylindrical joint motion.

Version

Introduced in version July 2015