iv_modelToView()

Synopsis

Converts model coordinates to view coordinates. Given a point in model space this function returns the corresponding point in drawing view.

Syntax

iv_modelToView ( View As Part, _
                 modelPt As Point ) As Point 
Argument Type Description
View part Drawing view
modelPt point Input point in model coordinates