DrawingView.ModelToSheetSpace Method
Parent Object: DrawingViewDescription
Method that takes a 3d coordinate in model space, and returns a Point2d object containing the coordinate point in sheet space.
Syntax
DrawingView.ModelToSheetSpace( ModelCoordinate As Point ) As Point2dParameters
Name | Type | Description |
ModelCoordinate | Point | Point object of a point within model space. |