Share

ConfigurationJointSnap.jointGeometry Property

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

Description

Gets and sets the JointGeometry object for this snap.

Syntax

"configurationJointSnap_var" is a variable referencing a ConfigurationJointSnap object.

# Get the value of the property.
propertyValue = configurationJointSnap_var.jointGeometry

# Set the value of the property.
configurationJointSnap_var.jointGeometry = propertyValue

Property Value

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

Version

Introduced in version September 2024

Was this information helpful?