Share

ConstructionAxisPerpendicularAtPointDefinition.face Property

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

Description

Returns the face the construction axis is perpendicular to.

Syntax

"constructionAxisPerpendicularAtPointDefinition_var" is a variable referencing a ConstructionAxisPerpendicularAtPointDefinition object.

# Get the value of the property.
propertyValue = constructionAxisPerpendicularAtPointDefinition_var.face

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?