Share

SectionDrawingView.DrawingViewToModelSpace Method

Parent Object: SectionDrawingView

Description

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

SectionDrawingView.DrawingViewToModelSpace( ViewCoordinate As Point2d ) As Line

Parameters

Name Type Description
ViewCoordinate Point2d Input Point2d object of a point within drawing view space.

Version

Introduced in version 9

Was this information helpful?