Click or drag to resize
XDL

NEditorScreenToWorld(Point) Method

화면 좌표를 world 좌표로 변환한다.

Namespace: Pixoneer.NXDL.NXAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public XVertex3d ScreenToWorld(
	Point pt
)

Parameters

pt  Point
화면 좌표

Return Value

XVertex3d
world 좌표
See Also