|
NXPlanetLayerSceneEditorHitTest(XVertex3d, ArrayList) Method
|
특정 좌표에 대해 객체의 hit-testing을 수행하고 hit-testing된 모든 객체를 반환한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntaxpublic bool HitTest(
XVertex3d vWorld,
out ArrayList outArray
)
Parameters
- vWorld XVertex3d
- 검사할 점의 좌표.
- outArray ArrayList
- hit-testing 된 객체를 배열로 반환한다.
Return Value
Boolean 성공이면 true, 실패하면 false를 반환한다.
See Also