JointGeometry.tangentFaceParamTwo Property

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

Description

Returns the second tangent face parameter.

Syntax

"jointGeometry_var" is a variable referencing a JointGeometry object.

# Get the value of the property.
propertyValue = jointGeometry_var.tangentFaceParamTwo
"jointGeometry_var" is a variable referencing a JointGeometry object.
#include <Fusion/Components/JointGeometry.h>

// Get the value of the property.
double propertyValue = jointGeometry_var->tangentFaceParamTwo();

Property Value

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

Version

Introduced in version May 2025