Share

JointGeometry.tangentFaceType Property

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

Description

Returns the tangent face type this JointGeometry is using.

Syntax

"jointGeometry_var" is a variable referencing a JointGeometry object.

# Get the value of the property.
propertyValue = jointGeometry_var.tangentFaceType

Property Value

This is a read only property whose value is a JointTangentFaceTypes.

Version

Introduced in version May 2025

Was this information helpful?