JointInput.angle Property
Parent Object: JointInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointInput.h>
Description
Specifies the angle between two input geometries. This is effectively the angle between the two primary axes of the input geometries. When a new JointInput object is created, this value defaults to zero. When the joint is created this will become the value of the parameter that controls the joint angle.
When using a real value to define the angle, the value is in radians. When using a string the expression is evaluated using the document default units for angles.
Syntax
"jointInput_var" is a variable referencing a JointInput object.
|
Property Value
This is a read/write property whose value is a ValueInput.Samples
Name | Description |
Joint API Sample | Demonstrates creating a new joint. |
RevoluteJointMotion API Sample | Demonstrates creating a joint with revolute joint motion. |