 | NXMapLayerSceneDisplayHitTest Method |
지정된 점에서 객체의 hit-testing 을 수행한다.
Namespace:
Pixoneer.NXDL.NSCENE
Assembly:
NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntaxpublic XscObj HitTest(
XVertex3d vWorld,
ref XHitFlag hit
)
Parameters
- vWorld
- Type: Pixoneer.NXDLXVertex3d
검사할 점의 좌표. - hit
- Type: Pixoneer.NXDLXHitFlag
[out] hit-testing 결과 정보(정점,선분,내부에 hit-tesing되었는지 또는 hit-testing이 되지 않았는지에 대한 추가적인 정보).
Return Value
Type:
XscObjScene의 객체를 반환한다.
See Also