ConstructionPlaneMidplaneDefinition.redefine Method
Parent Object:
ConstructionPlaneMidplaneDefinitionDefined 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
boolean |
Returns true if the redefinition of the plane is successful. |
Parameters
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