Click or drag to resize
XDL

NXPlanetLayerSceneEditorHitTest(XVertex3d, Double, XHitFlag) Method

특정 좌표에 대해 객체의 hit-testing을 수행한다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax
C#
public XscObj HitTest(
	XVertex3d vWorld,
	double dPixelSize,
	ref XHitFlag hit
)

Parameters

vWorld  XVertex3d
테스트 할 점의 좌표.
dPixelSize  Double
테스트할 영역의 크기.
hit  XHitFlag
[out] hit-testing 결과 정보(정점,선분,내부에 hit-tesing되었는지 또는 hit-testing이 되지 않았는지에 대한 추가적인 정보).

Return Value

XscObj
scene 객체를 반환한다.
See Also