|
NanPolylineInsertVertex(Int32, Double, Double, Double) Method
|
polyline 정점 리스트의 지정한 인덱스에 정점을 삽입한다.
Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic void InsertVertex(
int nIndex,
double x,
double y,
double z
)
Parameters
- nIndex Int32
- index
- x Double
- 정점 x 좌표
- y Double
- 정점 y 좌표
- z Double
- 정점 z 좌표
See Also