Share

PlanarSketchProxy.ModelToSketchSpace Method

Parent Object: PlanarSketchProxy

Description

Method that takes a 3D coordinate in model space, projects it onto the sketch plane along the normal of the plane and returns a Point2d object containing the resulting coordinate point in sketch space.

Syntax

PlanarSketchProxy.ModelToSketchSpace( ModelCoordinate As Point ) As Point2d

Parameters

Name Type Description
ModelCoordinate Point Input Point that specifies the point in model space to be transformed into sketch space.

Version

Introduced in version 6

Was this information helpful?