DrawingSketch.SketchToSheetSpace Method
Parent Object: DrawingSketchDescription
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 Point2dParameters
Name | Type | Description |
SketchCoordinate | Point2d | Input object of a point within sketch space. |