Share

JointInput.geometryOrOriginOne Property

Parent Object: JointInput
Defined 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

Property Value

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

Version

Introduced in version July 2015

Was this information helpful?