JointLimits.minimumValue Property
Parent Object: JointLimitsDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointLimits.h>
Description
The minimum value of the value. This is in either centimeters or radians depending on if the joint value this is associated with defines a distance or an angle.
Syntax
"jointLimits_var" is a variable referencing a JointLimits object.
|
Property Value
This is a read/write property whose value is a double.Samples
Name | Description |
CylindricalJointMotion API Sample | Demonstrates creating a joint with cylindrical joint motion. |
RevoluteJointMotion API Sample | Demonstrates creating a joint with revolute joint motion. |