Share

PlanarSketch.ModelToSketchSpace Method

Parent Object: PlanarSketch

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

PlanarSketch.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.

Samples

Name Description
Extrude Feature - Create Block with Pocket This sample demonstrates creating a simple solid consisting a block with a pocket. It shows how to create a sketch plane at a specified orientation to existing geometry.
Create sheet metal face and fold features This sample demonstrates the creation of sheet metal face and fold features.
Create and Edit an Extrude Feature with a pocket This sample demonstrates how to edit an extrude feature. It shows how to create a sketch plane at a specified orientation to existing geometry.
Create sheet metal face and cut features This sample demonstrates the creation of sheet metal face and cut features.
Sweep Feature Add This sample demonstrates the creation of a sweep feature. The profile is a circle, but the path is made up of a 3D sketch and a 2D sketch.

Version

Introduced in version 5

Was this information helpful?