ConstructionPointEdgePlaneDefinition.redefine Method
Parent Object:
ConstructionPointEdgePlaneDefinitionDefined 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
boolean |
Returns true if the redefinition of the Construction Point is successful. |
Parameters
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