Share

DrawingSketch.SketchToSheetSpace Method

Parent Object: DrawingSketch

Description

Method that takes a coordinate in sketch space, and returns a Point2d object containing the coordinates of the point in sheet space.

Syntax

DrawingSketch.SketchToSheetSpace( SketchCoordinate As Point2d ) As Point2d

Parameters

Name Type Description
SketchCoordinate Point2d Input object of a point within sketch space.

Version

Introduced in version 5.3

Was this information helpful?