ConstructionPlaneThreePointsDefinition.redefine Method

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

Description

Redefines the input geometry of the construction plane.

Syntax

"constructionPlaneThreePointsDefinition_var" is a variable referencing a ConstructionPlaneThreePointsDefinition object.
returnValue = constructionPlaneThreePointsDefinition_var.redefine(pointEntityOne, pointEntityTwo, pointEntityThree)
"constructionPlaneThreePointsDefinition_var" is a variable referencing a ConstructionPlaneThreePointsDefinition object.

#include <Fusion/Construction/ConstructionPlaneThreePointsDefinition.h>

returnValue = constructionPlaneThreePointsDefinition_var->redefine(pointEntityOne, pointEntityTwo, pointEntityThree);

Return Value

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

Parameters

Name Type Description
pointEntityOne Base Gets the first construction point, sketch point or vertex.
pointEntityTwo Base Gets the second construction point, sketch point or vertex.
pointEntityThree Base Gets the third construction point, sketch point or vertex.

Version

Introduced in version August 2014