SectionVO Class |
Namespace: SHConnector
public class SectionVO
The SectionVO type exposes the following members.
| Name | Description | |
|---|---|---|
| CenterPOSX |
중심좌표
| |
| CenterPOSY |
중심좌표
| |
| CenterPOSZ |
중심좌표
| |
| ClipingType |
단방향, 양방향, 방향없음(클리핑 안됨)
| |
| ID |
단면 아이디
| |
| nDirection |
정렬 방향 / 클리핑 방향
신규 : 0(X-), 1(X+), 2(Y-), 3(Y+), 4(Z-), 5(Z+), 6(임의각회전)
기존 : 0(X+), 1(X-), 2(Y+), 3(Y-), 4(Z+), 5(Z-), 6(임의각회전)
| |
| OnlyFree |
임의의 클리핑 방향
클리핑 방향을 결정할 수 없는 경우
| |
| Sections |
Sub Section 정보
| |
| SectionType |
단면, 단면상자
| |
| Select |
선택 여부
| |
| Show |
보이기/숨기기 여부
| |
| StrFrame |
선택된(정렬된) 프레임 좌표 이름(위치)
| |
| SubID |
단면 상자의 Sub Id
단면일 경우 -1
상자일 경우 0(X+), 1(X-), 2(Y+), 3(Y-), 4(Z+), 5(Z-)
| |
| Title |
Title
|
| Name | Description | |
|---|---|---|
| CurrentDirection |
정렬된 축 반환
0: X축 1: Y축 2: Z축 3:임의축
|