ConstructionPointEdgePlaneDefinition.redefine Method

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

Description

Redefines the input geometry of the construction point.

Syntax

"constructionPointEdgePlaneDefinition_var" is a variable referencing a ConstructionPointEdgePlaneDefinition object.
returnValue = constructionPointEdgePlaneDefinition_var.redefine(edge, plane)
"constructionPointEdgePlaneDefinition_var" is a variable referencing a ConstructionPointEdgePlaneDefinition object.

#include <Fusion/Construction/ConstructionPointEdgePlaneDefinition.h>

returnValue = constructionPointEdgePlaneDefinition_var->redefine(edge, plane);

Return Value

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

Parameters

Name Type Description
edge Base A linear B-Rep edge, construction axis or sketch line.
plane Base A plane, planar B-Rep face or construction plane.

Version

Introduced in version August 2014