Specifies the first of two occurrences the joint is between.
# Get the value of the property.propertyValue = asBuiltJointInput_var.occurrenceOne# Set the value of the property.asBuiltJointInput_var.occurrenceOne = propertyValue
#include <Fusion/Components/AsBuiltJointInput.h>// Get the value of the property.Ptr<Occurrence> propertyValue = asBuiltJointInput_var->occurrenceOne();// Set the value of the property, where value_var is an Occurrence.bool returnValue = asBuiltJointInput_var->occurrenceOne(value_var);