Sketch.modelToSketchSpace Method
Parent Object:
SketchDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/Sketch.h>
Description
A specified point in model space returns the equivalent point in sketch space. This is sensitive to the assembly context.
Syntax
"sketch_var" is a variable referencing a Sketch object.returnValue = sketch_var.modelToSketchSpace(modelCoordinate)
|
"sketch_var" is a variable referencing a Sketch object.
#include <Fusion/Sketch/Sketch.h>
returnValue = sketch_var->modelToSketchSpace(modelCoordinate);
|
Return Value
Point3D |
Returns the equivalent point in sketch space. |
Parameters
modelCoordinate |
Point3D |
A coordinate in model space. |
Version
Introduced in version August 2014