Click or drag to resize
XDL

XvcPolyline Methods

The XvcPolyline type exposes the following members.

Methods
  Name Description
Public method Add(XVertex3d) 점 배열의 마지막에 새로운 점을 추가한다.
Public method Add(Double, Double, Double) 점 배열의 마지막에 x, y, z 좌표를 추가한다.
Public method GetAt(Int32, XVertex3d) 특정 인덱스의 점을 가져온다.
Public method GetAt(Int32, Double, Double, Double) 특정 인덱스의 점을 가져온다.
Public method GetSize 노드 점들의 개수를 가져온다.
Public method InsertAt 특정 인덱스에 정의한 정점을 추가한다.
Public method RemoveAll 폴리라인의 모든 정점을 제거한다.
Public method RemoveAt 특정 인덱스의 정점을 제거한다.
Public method SetAt 특정 위치의 정점을 새로운 정점을 교체한다.
Top
See Also