ConstructionAxisNormalToFaceAtPointDefinition.redefine Method

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

Description

Redefines the input geometry of the construction axis.

Syntax

"constructionAxisNormalToFaceAtPointDefinition_var" is a variable referencing a ConstructionAxisNormalToFaceAtPointDefinition object.
returnValue = constructionAxisNormalToFaceAtPointDefinition_var.redefine(face, pointEntity)
"constructionAxisNormalToFaceAtPointDefinition_var" is a variable referencing a ConstructionAxisNormalToFaceAtPointDefinition object.

#include <Fusion/Construction/ConstructionAxisNormalToFaceAtPointDefinition.h>

returnValue = constructionAxisNormalToFaceAtPointDefinition_var->redefine(face, pointEntity);

Return Value

Type Description
boolean Returns true if the redefinition of the construction axis is successful.

Parameters

Name Type Description
face Base The face the axis is normal to
pointEntity Base The point that positions the axis

Version

Introduced in version August 2014