DrawingSketch.SheetToSketchSpace Method
Parent Object: DrawingSketchDescription
Method that takes a coordinate in sheet space returns a Point2d object containing the resulting coordinate point in sketch space.
Syntax
DrawingSketch.SheetToSketchSpace( SheetCoordinate As Point2d ) As Point2dParameters
Name | Type | Description |
SheetCoordinate | Point2d | Input object of a point within sheet space. |