ConstructionPointTwoEdgesDefinition.redefine Method

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

Description

Redefines the input geometry of the construction point.

Syntax

"constructionPointTwoEdgesDefinition_var" is a variable referencing a ConstructionPointTwoEdgesDefinition object.
returnValue = constructionPointTwoEdgesDefinition_var.redefine(edgeOne, edgeTwo)
"constructionPointTwoEdgesDefinition_var" is a variable referencing a ConstructionPointTwoEdgesDefinition object.

#include <Fusion/Construction/ConstructionPointTwoEdgesDefinition.h>

returnValue = constructionPointTwoEdgesDefinition_var->redefine(edgeOne, edgeTwo);

Return Value

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

Parameters

Name Type Description
edgeOne Base The first B-Rep edge or sketch line
edgeTwo Base The second B-Rep edge or sketch line

Version

Introduced in version August 2014