ConstructionPlaneTangentAtPointDefinition.redefine Method

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

Description

Redefines the input geometry of the construction plane.

Syntax

"constructionPlaneTangentAtPointDefinition_var" is a variable referencing a ConstructionPlaneTangentAtPointDefinition object.
returnValue = constructionPlaneTangentAtPointDefinition_var.redefine(tangentFace, pointEntity)
"constructionPlaneTangentAtPointDefinition_var" is a variable referencing a ConstructionPlaneTangentAtPointDefinition object.

#include <Fusion/Construction/ConstructionPlaneTangentAtPointDefinition.h>

returnValue = constructionPlaneTangentAtPointDefinition_var->redefine(tangentFace, pointEntity);

Return Value

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

Parameters

Name Type Description
tangentFace Base The face to create the plane tangent to
pointEntity Base The point (sketch point, vertex, construction point) used to align the plane.

Version

Introduced in version August 2014