ConstructionPointThreePlanesDefinition.redefine Method

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

Description

Redefines the input geometry of the construction point.

Syntax

"constructionPointThreePlanesDefinition_var" is a variable referencing a ConstructionPointThreePlanesDefinition object.
returnValue = constructionPointThreePlanesDefinition_var.redefine(planeOne, planeTwo, planeThree)
"constructionPointThreePlanesDefinition_var" is a variable referencing a ConstructionPointThreePlanesDefinition object.

#include <Fusion/Construction/ConstructionPointThreePlanesDefinition.h>

returnValue = constructionPointThreePlanesDefinition_var->redefine(planeOne, planeTwo, planeThree);

Return Value

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

Parameters

Name Type Description
planeOne Base The first plane or planar face to intersect
planeTwo Base The second plane or planar face to intersect
planeThree Base The third plane or planar face to intersect

Version

Introduced in version August 2014