 | NXPlanetViewScreenToWorld Method |
스크린 좌표를 세계 좌표로 변환한다.
Namespace:
Pixoneer.NXDL.NXPlanet
Assembly:
NXPlanet (in NXPlanet.dll) Version: 1.2.817.72
Syntaxpublic XVertex3d ScreenToWorld(
double cx,
double cy
)
Parameters
- cx
- Type: SystemDouble
스크린 x의 위치. - cy
- Type: SystemDouble
스크린 y의 위치.
Return Value
Type:
XVertex3d 세계 위치를 반환한다.
See Also