ConstructionPlaneTwoEdgesDefinition.redefine Method

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

Description

Redefines the input geometry of the construction plane.

Syntax

"constructionPlaneTwoEdgesDefinition_var" is a variable referencing a ConstructionPlaneTwoEdgesDefinition object.
returnValue = constructionPlaneTwoEdgesDefinition_var.redefine(linearEntityOne, linearEntityTwo)
"constructionPlaneTwoEdgesDefinition_var" is a variable referencing a ConstructionPlaneTwoEdgesDefinition object.

#include <Fusion/Construction/ConstructionPlaneTwoEdgesDefinition.h>

returnValue = constructionPlaneTwoEdgesDefinition_var->redefine(linearEntityOne, linearEntityTwo);

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
linearEntityOne Base The first linear edge, construction line, or sketch line that defines the construction plane.
linearEntityTwo Base The second linear edge, construction line, or sketch line that defines the construction plane.

Version

Introduced in version August 2014