Share

TangentRelationshipInput.faceOne Property

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

Description

Gets and sets the first BRepFace object that will remain tangent to the set of specified tangent faces.

Syntax

"tangentRelationshipInput_var" is a variable referencing a TangentRelationshipInput object.

# Get the value of the property.
propertyValue = tangentRelationshipInput_var.faceOne

# Set the value of the property.
tangentRelationshipInput_var.faceOne = propertyValue

Property Value

This is a read/write property whose value is a BRepFace.

Version

Introduced in version May 2022

Was this information helpful?