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