Joint.geometryOrOriginTwo Property

Parent Object: Joint
Defined in namespace "adsk::fusion" and the header file is <Fusion/Components/Joint.h>

Description

Gets and sets the second JointGeometry or JointOrigin for this joint.

To set this property, you need to position the timeline marker to immediately before this joint. This can be accomplished using the following code: thisJoint.timelineObject.rollTo(True)

Syntax

"joint_var" is a variable referencing a Joint object.

# Get the value of the property.
propertyValue = joint_var.geometryOrOriginTwo

# Set the value of the property.
joint_var.geometryOrOriginTwo = propertyValue
"joint_var" is a variable referencing a Joint object.
#include <Fusion/Components/Joint.h>

// Get the value of the property.
Ptr<Base> propertyValue = joint_var->geometryOrOriginTwo();

// Set the value of the property, where value_var is a Base.
bool returnValue = joint_var->geometryOrOriginTwo(value_var);

Property Value

This is a read/write property whose value is a Base.

Version

Introduced in version July 2015