JointInput.isFlipped Property
Parent Object: JointInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointInput.h>
Description
Gets and sets if the joint direction is flipped or not. This is effectively specifying if the third axis of the two input geometries is facing (false) or opposed (true).
Syntax
"jointInput_var" is a variable referencing a JointInput object.
|
Property Value
This is a read/write property whose value is a boolean.Samples
Name | Description |
Joint API Sample | Demonstrates creating a new joint. |
RevoluteJointMotion API Sample | Demonstrates creating a joint with revolute joint motion. |