Share

Sketch.modelToSketchSpace Method

Parent Object: Sketch
Defined 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)

Return Value

Type Description
Point3D Returns the equivalent point in sketch space.

Parameters

Name Type Description
modelCoordinate Point3D A coordinate in model space.

Version

Introduced in version August 2014

Was this information helpful?