JointInput.geometryOrOriginOne Property
Parent Object:
JointInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointInput.h>
Description
Gets and sets the first 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.geometryOrOriginOne
# Set the value of the property. jointInput_var.geometryOrOriginOne = 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->geometryOrOriginOne();
// Set the value of the property, where value_var is a Base. bool returnValue = jointInput_var->geometryOrOriginOne(value_var);
|
Property Value
This is a read/write property whose value is a
Base.
Version
Introduced in version July 2015