JointGeometry.tangentFaceParamOne Property

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

Description

Returns the first tangent face parameter.

Syntax

"jointGeometry_var" is a variable referencing a JointGeometry object.

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

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

Property Value

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

Version

Introduced in version May 2025