Component.tangentRelationships Property

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

Description

This function is retired. See more information in the 'Remarks' section below.

Returns the collection of tangent relationships associated with this component.

Remarks

This property has been retired. A new constraint type has been added in the constraint Components commands, and tangent constraint support will be added along with the constraint API. This API will become obsolete in the future.

Syntax

"component_var" is a variable referencing a Component object.

# Get the value of the property.
propertyValue = component_var.tangentRelationships
"component_var" is a variable referencing a Component object.
#include <Fusion/Components/Component.h>

// Get the value of the property.
Ptr<TangentRelationships> propertyValue = component_var->tangentRelationships();

Property Value

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

Version

Introduced in version May 2022
Retired in version April 2026