Click or drag to resize
XDL

NanMeasureRadius Class

범위 측정 객체 도시 정보를 저장하기 위한 클래스
Inheritance Hierarchy
System.Object
  Pixoneer.NXDL.NXAnnotation.NAnnotation.NanObj
    Pixoneer.NXDL.NXAnnotation.NAnnotation.NanMeasureRadius

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

The NanMeasureRadius type exposes the following members.

Constructors
 NameDescription
Public methodNanMeasureRadius NanMeasureRadius 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Top
Methods
 NameDescription
Public methodCalcRange 객체의 최소, 최대 범위를 계산한다.
(Overrides NanObj.CalcRange())
Public methodChangeTextPosition 측정값과 측정값 도시 위치를 계산한다.
Public methodClone 객체를 복사한다.
(Overrides NanObj.Clone())
Public methodSet 범위 측정을 위한 위치를 설정한다.
Public methodSetBackColor Background 색을 설정한다.
(Overrides NanObj.SetBackColor(Color))
Public methodSetFillStyle 채우기 스타일을 설정한다.
(Overrides NanObj.SetFillStyle(eFillStyle))
Public methodSetForeColor Foreground 색을 설정한다.
(Overrides NanObj.SetForeColor(Color))
Public methodSetIsDrawBorder 바운더리 도시 여부를 설정한다.
(Overrides NanObj.SetIsDrawBorder(Boolean))
Public methodSetIsDrawFill 채우기 여부를 설정한다.
(Overrides NanObj.SetIsDrawFill(Boolean))
Public methodSetLineColor 선 색을 설정한다.
(Overrides NanObj.SetLineColor(Color))
Public methodSetLineStyle 선 스타일을 설정한다.
(Overrides NanObj.SetLineStyle(eLineStyle, DoubleCollection))
Public methodSetLineThick 선 두께를 설정한다.
(Overrides NanObj.SetLineThick(Double))
Public methodSetTextColor 글씨 색을 설정한다.
(Overrides NanObj.SetTextColor(Color))
Public methodSetTextSizeUnit 텍스트 크기 단위(world 좌표 단위)를 설정한다.
Public methodSetThickUnit 도형의 선 굵기 단위(world 좌표 단위)를 설정한다.
(Overrides NanObj.SetThickUnit(Boolean, Double, Double))
Public methodStatic memberToObjectString 객체 class 이름을 가져온다.
Top
Fields
 NameDescription
Public fieldSR 좌표계를 가져오거나 설정한다.
Top
See Also