JointInput.geometryOrOriginTwo Property
Parent Object:
JointInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointInput.h>
Description
Gets and sets the second JointGeometry or JointOrigin for this joint.
Syntax
"jointInput_var" is a variable referencing a JointInput object.
# Get the value of the property. propertyValue = jointInput_var.geometryOrOriginTwo
# Set the value of the property. jointInput_var.geometryOrOriginTwo = propertyValue
|
"jointInput_var" is a variable referencing a JointInput object.
#include <Fusion/Components/JointInput.h>
// Get the value of the property. Ptr<Base> propertyValue = jointInput_var->geometryOrOriginTwo();
// Set the value of the property, where value_var is a Base. bool returnValue = jointInput_var->geometryOrOriginTwo(value_var);
|
Property Value
This is a read/write property whose value is a
Base.
Version
Introduced in version July 2015