DetailDrawingView.DrawingViewToModelSpace Method
Parent Object: DetailDrawingViewDescription
Method that takes a 2d coordinate in drawing view space, and returns a Line in model space. Since this method transforms from 2D space to 3D space, there is insufficient information to obtain a 3D model point. Hence, this method returns a Line in the view direction on which the point lies. You may then use the FindUsingRay method to find the point(s) of interest.
Syntax
DetailDrawingView.DrawingViewToModelSpace( ViewCoordinate As Point2d ) As LineParameters
Name | Type | Description |
ViewCoordinate | Point2d | Input Point2d object of a point within drawing view space. |