ConstructionPlaneMidplaneDefinition.redefine Method

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

Description

Redefines the input geometry of the construction plane.

Syntax

"constructionPlaneMidplaneDefinition_var" is a variable referencing a ConstructionPlaneMidplaneDefinition object.
returnValue = constructionPlaneMidplaneDefinition_var.redefine(planarEntityOne, planarEntityTwo)
"constructionPlaneMidplaneDefinition_var" is a variable referencing a ConstructionPlaneMidplaneDefinition object.

#include <Fusion/Construction/ConstructionPlaneMidplaneDefinition.h>

returnValue = constructionPlaneMidplaneDefinition_var->redefine(planarEntityOne, planarEntityTwo);

Return Value

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

Parameters

Name Type Description
planarEntityOne Base The first planar face or construction plane that defines this ConstructionPlane.
planarEntityTwo Base The second planar face or construction plane that defines this ConstructionPlane.

Version

Introduced in version August 2014