Share

ConstructionPlaneTangentAtPointDefinition.tangentFace Property

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

Description

Gets the tangent face.

Syntax

"constructionPlaneTangentAtPointDefinition_var" is a variable referencing a ConstructionPlaneTangentAtPointDefinition object.

# Get the value of the property.
propertyValue = constructionPlaneTangentAtPointDefinition_var.tangentFace

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?