|
XvcMeasureDistGetAt Method
|
특정 인덱스에 있는 정점을 가져온다.
Namespace: Pixoneer.NXDL.NVCAssembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntaxpublic XVertex3d GetAt(
int nIndex
)
Parameters
- nIndex Int32
- [In] 0을 기준으로 하는 인덱스.
Return Value
XVertex3d 인덱스 위치에 있는 정점 객체.
See Also