AsBuiltJointInput.geometry Property

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

Description

Specifies the position of the joint.

Syntax

"asBuiltJointInput_var" is a variable referencing an AsBuiltJointInput object.

# Get the value of the property.
propertyValue = asBuiltJointInput_var.geometry

# Set the value of the property.
asBuiltJointInput_var.geometry = propertyValue
"asBuiltJointInput_var" is a variable referencing an AsBuiltJointInput object.
#include <Fusion/Components/AsBuiltJointInput.h>

// Get the value of the property.
Ptr<JointGeometry> propertyValue = asBuiltJointInput_var->geometry();

// Set the value of the property, where value_var is a JointGeometry.
bool returnValue = asBuiltJointInput_var->geometry(value_var);

Property Value

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

Version

Introduced in version September 2015