|
XvcPolylineSetAt Method
|
특정 위치의 정점을 새로운 정점을 교체한다.
Namespace: Pixoneer.NXDL.NVCAssembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntaxpublic void SetAt(
int nIndex,
XVertex3d vt
)
Parameters
- nIndex Int32
- [In] 교체하려는 인덱스.
- vt XVertex3d
- [In] 새로운 정점.
See Also