SectionDrawingView.SheetToDrawingViewSpace Method
Parent Object: SectionDrawingViewDescription
Method that takes a 2d coordinate in sheet space, and returns a Point2d object containing the coordinate point in drawing view space.
Syntax
SectionDrawingView.SheetToDrawingViewSpace( SheetCoordinate As Point2d ) As Point2dParameters
Name | Type | Description |
SheetCoordinate | Point2d | Input Point2d object of a point within sheet space. |