Sketch.redefine Method
Parent Object:
SketchDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/Sketch.h>
Description
Changes which plane the sketch is based on.
Syntax
"sketch_var" is a variable referencing a Sketch object.returnValue = sketch_var.redefine(planarEntity)
|
"sketch_var" is a variable referencing a Sketch object.
#include <Fusion/Sketch/Sketch.h>
returnValue = sketch_var->redefine(planarEntity);
|
Return Value
boolean |
Returns true if the operation was successful. |
Parameters
planarEntity |
Base |
A construction plane or planar face that defines the sketch plane |
Version
Introduced in version March 2016