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