|
|
Nan
|
public class NanTrapezoid : NanPolygon
The NanTrapezoid type exposes the following members.
| Name | Description | |
|---|---|---|
| NanTrapezoid | NanTrapezoid 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다. |
| Name | Description | |
|---|---|---|
| Height | Trapezoid/Parallelogram 세로 크기를 가져온다. | |
| IsParallelogram | 평행사변형 여부를 가져온다. true 이면 평행사변형, false이면 사다리꼴이다. | |
| Width | Trapezoid/Parallelogram 가로 크기를 가져온다. |
| Name | Description | |
|---|---|---|
| AddVertex(XVertex3d) | 사용하지 않는다. | |
| AddVertex(Double, Double, Double) | 사용하지 않는다. | |
| CalcRange | 객체의 최소, 최대 범위를 계산한다. (Overrides NanPolygonCalcRange) | |
| Clone | 객체를 복사한다. (Overrides NanPolygonClone) | |
| InsertVertex(Int32, XVertex3d) | 사용하지 않는다. | |
| InsertVertex(Int32, Double, Double, Double) | 사용하지 않는다. | |
| RemoveVertexAll | 사용하지 않는다. | |
| RemoveVertexAt | 사용하지 않는다. | |
| Set | NanTrapezoid 객체 위치를 설정한다. | |
| SetRotateAngle |
객체의 회전값을 설정한다. 객체 중심 위치와 북쪽 방향을 기준으로 설정한 각도만큼 회전한다.
world 좌표계 기준.
(Overrides NanPolygonSetRotateAngle(Double)) | |
| SetVertex(Int32, XVertex3d) | 사용하지 않는다. | |
| SetVertex(Int32, Double, Double, Double) | 사용하지 않는다. | |
| ToObjectString | 객체 class 이름을 가져온다. |