Click or drag to resize
XDL

NanPolygon Class

다각형 객체 도시 정보를 저장하기 위한 클래스
Inheritance Hierarchy

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

The NanPolygon type exposes the following members.

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