Click or drag to resize
XDL

NXPlanetLayerSceneEditorHitTest Method (XVertex3d, Double, XHitFlag)

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

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

Parameters

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

Return Value

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