Click or drag to resize
XDL

NanMeasurePoint Class

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

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

The NanMeasurePoint type exposes the following members.

Constructors
 NameDescription
Public methodNanMeasurePoint NanMeasurePoint 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Top
Properties
 NameDescription
Public propertyCoordType 좌표 표시 type을 가져오거나 설정한다.
Top
Methods
 NameDescription
Public methodCalcRange 객체의 최소, 최대 범위를 계산한다.
(Overrides NanObjCalcRange)
Public methodChangeTextPosition 측정값과 측정값 도시 위치를 계산한다.
Public methodClone 객체를 복사한다.
(Overrides NanObjClone)
Public methodGetPointSize 점 크기를 가져온다.
Public methodGetPointType 점 모양을 가져온다.
Public methodSetLineColor 선 색을 설정한다.
(Overrides NanObjSetLineColor(Color))
Public methodSetLineStyle 선 스타일을 설정한다.
(Overrides NanObjSetLineStyle(eLineStyle, DoubleCollection))
Public methodSetLineThick 선 두께를 설정한다.
(Overrides NanObjSetLineThick(Double))
Public methodSetPointSize 점 크기를 설정한다.
Public methodSetPointSizeUnit 점 크기 단위(world 좌표 단위)를 설정한다.
Public methodSetPointType 점 모양을 설정한다.
Public methodSetPosition(XVertex3d) 측정할 위치를 설정한다.
Public methodSetPosition(Double, Double, Double) 측정할 위치를 설정한다.
Public methodSetTextColor 글씨 색을 설정한다.
(Overrides NanObjSetTextColor(Color))
Public methodSetTextSizeUnit 텍스트 크기 단위(world 좌표 단위)를 설정한다.
Public methodSetThickUnit 도형의 선 굵기 단위(world 좌표 단위)를 설정한다.
(Overrides NanObjSetThickUnit(Boolean, Double, Double))
Public methodStatic memberToObjectString 객체 class 이름을 가져온다.
Top
Fields
 NameDescription
Public fieldSR 좌표계를 가져오거나 설정한다.
Top
See Also