|
XROIGetVertAt Method
|
ROI를 생성하기 위해 추가된 정점 중 해당 Index에 대한 정점을 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic XVertex3d GetVertAt(
int nIndex
)
Parameters
- nIndex Int32
- Index.
Return Value
XVertex3d 해당 정점의 인스턴스.
See Also