Click or drag to resize
XDL

NanPolyline Methods

The NanPolyline type exposes the following members.

Methods
  Name Description
Public method AddVertex(XVertex3d) polyline 정점 리스트의 끝 부분에 정점을 추가한다.
Public method AddVertex(Double, Double, Double) polyline 정점 리스트의 끝 부분에 정점을 추가한다.
Public method CalcRange 객체의 최소, 최대 범위를 계산한다.
(Overrides NanObjCalcRange)
Public method Clone 객체를 복사한다.
(Overrides NanObjClone)
Public method GetVertexCount 정점의 개수를 가져온다.
Public method InsertVertex(Int32, XVertex3d) polyline 정점 리스트의 지정한 인덱스에 정점을 삽입한다.
Public method InsertVertex(Int32, Double, Double, Double) polyline 정점 리스트의 지정한 인덱스에 정점을 삽입한다.
Public method RemoveVertexAll polyline 정점 리스트에서 모든 정점을 제거한다.
Public method RemoveVertexAt polyline 정점 리스트의 지정한 인덱스에서 정점을 제거한다.
Public method SetRotateAngle 객체의 회전값을 설정한다. 객체 중심 위치와 북쪽 방향을 기준으로 설정한 각도만큼 회전한다. world 좌표계 기준.
(Overrides NanObjSetRotateAngle(Double))
Public method SetVertex(Int32, XVertex3d) polyline 정점 리스트의 지정한 인덱스에 정점을 설정한다.
Public method SetVertex(Int32, Double, Double, Double) polyline 정점 리스트의 지정한 인덱스에 정점을 설정한다.
Public method Static member ToObjectString 객체 class 이름을 가져온다.
Top
See Also