|
NanLayerHitTest Method
|
Hit Test 를 수행한다.
Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic NanObj HitTest(
XVertex3d vt,
double wpp,
ref XHitFlag hit
)
Parameters
- vt XVertex3d
- [In] test point
- wpp Double
- [In] 해상도(World per pixel)
- hit XHitFlag
- [Out] hitting 정보를 저장한 XHitFlag 객체
Return Value
NanObj hitting 된 객체
See Also