Specifies the position of the joint.
# Get the value of the property.propertyValue = asBuiltJointInput_var.geometry# Set the value of the property.asBuiltJointInput_var.geometry = propertyValue
#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);