SectionDrawingView.SheetToModelSpace Method
Parent Object: SectionDrawingViewDescription
Method that takes a 2d coordinate in sheet 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
SectionDrawingView.SheetToModelSpace( SheetCoordinate As Point2d ) As LineParameters
Name | Type | Description |
SheetCoordinate | Point2d | Input Point2d object of a point within sheet space. |