|
|
Nan
|
public class NanMeasurePoint : NanObj
The NanMeasurePoint type exposes the following members.
| Name | Description | |
|---|---|---|
| NanMeasurePoint | NanMeasurePoint 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다. |
| Name | Description | |
|---|---|---|
| CalcRange | 객체의 최소, 최대 범위를 계산한다. (Overrides NanObjCalcRange) | |
| ChangeTextPosition | 측정값과 측정값 도시 위치를 계산한다. | |
| Clone | 객체를 복사한다. (Overrides NanObjClone) | |
| GetPointSize | 점 크기를 가져온다. | |
| GetPointType | 점 모양을 가져온다. | |
| SetLineColor |
선 색을 설정한다.
(Overrides NanObjSetLineColor(Color)) | |
| SetLineStyle |
선 스타일을 설정한다.
(Overrides NanObjSetLineStyle(eLineStyle, DoubleCollection)) | |
| SetLineThick |
선 두께를 설정한다.
(Overrides NanObjSetLineThick(Double)) | |
| SetPointSize | 점 크기를 설정한다. | |
| SetPointSizeUnit | 점 크기 단위(world 좌표 단위)를 설정한다. | |
| SetPointType | 점 모양을 설정한다. | |
| SetPosition(XVertex3d) | 측정할 위치를 설정한다. | |
| SetPosition(Double, Double, Double) | 측정할 위치를 설정한다. | |
| SetTextColor |
글씨 색을 설정한다.
(Overrides NanObjSetTextColor(Color)) | |
| SetTextSizeUnit | 텍스트 크기 단위(world 좌표 단위)를 설정한다. | |
| SetThickUnit |
도형의 선 굵기 단위(world 좌표 단위)를 설정한다.
(Overrides NanObjSetThickUnit(Boolean, Double, Double)) | |
| ToObjectString | 객체 class 이름을 가져온다. |