Click or drag to resize
XDL

NXPlanetLayerVectorEditorHitTest Method

특정 위치에 해당 객체의 hit-testing을 수행한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public XvcObj HitTest(
	XVertex3d vWorld,
	ref XHitFlag hit
)

Parameters

vWorld
Type: Pixoneer.NXDLXVertex3d
[In] 테스트를 위한 위치 좌표.
hit
Type: Pixoneer.NXDLXHitFlag
[In] 객체 hit-testing 결과

Return Value

Type: XvcObj
적중된 XvcObj 객체를 반환하고, 그렇지 않으면 null을 반환한다.
See Also