Click or drag to resize
XDL

NanBspline Methods

The NanBspline type exposes the following members.

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