Click or drag to resize
XDL

NXPlanetLayerSceneEditorHitTest Method (XVertex3d, ArrayList)

특정 좌표에 대해 객체의 hit-testing을 수행하고 hit-testing된 모든 객체를 반환한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public bool HitTest(
	XVertex3d vWorld,
	out ArrayList outArray
)

Parameters

vWorld
Type: Pixoneer.NXDLXVertex3d
검사할 점의 좌표.
outArray
Type: System.CollectionsArrayList
hit-testing 된 객체를 배열로 반환한다.

Return Value

Type: Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also