JointGeometry.tangentFaceType Property
Parent Object:
JointGeometryDefined 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
|
"jointGeometry_var" is a variable referencing a JointGeometry object.
#include <Fusion/Components/JointGeometry.h>
// Get the value of the property. JointTangentFaceTypes propertyValue = jointGeometry_var->tangentFaceType();
|
Property Value
This is a read only property whose value is a
JointTangentFaceTypes.
Version
Introduced in version May 2025