ConstructionAxisNormalToFaceAtPointDefinition.face Property

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

Description

Gets the face the axis is normal to

Syntax

"constructionAxisNormalToFaceAtPointDefinition_var" is a variable referencing a ConstructionAxisNormalToFaceAtPointDefinition object.

# Get the value of the property.
propertyValue = constructionAxisNormalToFaceAtPointDefinition_var.face
"constructionAxisNormalToFaceAtPointDefinition_var" is a variable referencing a ConstructionAxisNormalToFaceAtPointDefinition object.
#include <Fusion/Construction/ConstructionAxisNormalToFaceAtPointDefinition.h>

// Get the value of the property.
Ptr<Base> propertyValue = constructionAxisNormalToFaceAtPointDefinition_var->face();

Property Value

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

Version

Introduced in version August 2014