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