Share

AsBuiltJointInput.occurrenceOne Property

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

Description

Specifies the first of two occurrences the joint is between.

Syntax

"asBuiltJointInput_var" is a variable referencing an AsBuiltJointInput object.

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

# Set the value of the property.
asBuiltJointInput_var.occurrenceOne = propertyValue

Property Value

This is a read/write property whose value is an Occurrence.

Version

Introduced in version September 2015

Was this information helpful?