Share

SketchBlockDefinition.ModelToSketchSpace Method

Parent Object: SketchBlockDefinition

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

SketchBlockDefinition.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 2010

Was this information helpful?