Click or drag to resize
XDL

NanBspline Class

곡선 객체 도시 정보를 저장하기 위한 클래스
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXAnnotation.NAnnotationNanObj
    Pixoneer.NXDL.NXAnnotation.NAnnotationNanBspline

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public class NanBspline : NanObj

The NanBspline type exposes the following members.

Constructors
 NameDescription
Public methodNanBspline NanBspline 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Top
Methods
 NameDescription
Public methodAddPole(XVertex3d) pole 리스트의 끝 부분에 정점을 추가한다.
Public methodAddPole(Double, Double, Double) pole 리스트의 끝 부분에 정점을 추가한다.
Public methodCalcRange 객체의 최소, 최대 범위를 계산한다.
(Overrides NanObjCalcRange)
Public methodClone 객체를 복사한다.
(Overrides NanObjClone)
Public methodGetPoleAt(Int32) pole 리스트의 지정한 인덱스에서 정점을 가져온다.
Public methodGetPoleAt(Int32, Double, Double, Double) pole 리스트의 지정한 인덱스에서 정점을 가져온다.
Public methodGetPoleSize pole 리스트의 정점 개수를 가져온다.
Public methodInsertPoleAt(Int32, XVertex3d) pole 리스트의 지정한 인덱스에 정점을 삽입한다.
Public methodInsertPoleAt(Int32, Double, Double, Double) pole 리스트의 지정한 인덱스에 정점을 삽입한다.
Public methodRemoveAllPoles pole 리스트에서 모든 정점을 제거한다.
Public methodRemovePoleAt pole 리스트의 지정한 인덱스에서 정점을 제거한다.
Public methodSetPoleAt(Int32, XVertex3d) pole 리스트의 지정한 인덱스에 정점을 설정한다.
Public methodSetPoleAt(Int32, Double, Double, Double) pole 리스트의 지정한 인덱스에 정점을 설정한다.
Public methodSetRotateAngle 객체의 회전값을 설정한다. 객체 중심 위치와 북쪽 방향을 기준으로 설정한 각도만큼 회전한다. world 좌표계 기준.
(Overrides NanObjSetRotateAngle(Double))
Public methodStatic memberToObjectString 객체 class 이름을 가져온다.
Top
See Also