FlatPatternComponent.tangentRelationships Property

Parent Object: FlatPatternComponent
Defined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/FlatPatternComponent.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

"flatPatternComponent_var" is a variable referencing a FlatPatternComponent object.

# Get the value of the property.
propertyValue = flatPatternComponent_var.tangentRelationships
"flatPatternComponent_var" is a variable referencing a FlatPatternComponent object.
#include <Fusion/SheetMetal/FlatPatternComponent.h>

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

Property Value

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

Version

Introduced in version October 2022
Retired in version April 2026