Click or drag to resize
XDL

NXPlanetViewWorldToScreen Method

세계 좌표를 스크린 좌표로 변환한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public XVertex3d WorldToScreen(
	XVertex3d wor
)

Parameters

wor
Type: Pixoneer.NXDLXVertex3d
세계 위치.

Return Value

Type: XVertex3d
스크린 위치를 반환한다.
See Also