SectionManager Class |
Namespace: VIZCore3DX.NET.Manager
public class SectionManager : VIZCoreBase
The SectionManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Sections |
Section List
| |
| ShowSectionLine |
단면선 보기
|
| Name | Description | |
|---|---|---|
| Add |
Add Section
: 현재 카메라 시점을 기준으로 단면 방향을 자동으로 결정하고 씬의 중심 위치에 생성
| |
| Add(Boolean, Axis) |
Add Section
| |
| Add(Boolean, Boolean, Axis) |
Add Section
| |
| AddBox(BoundBox3D) |
Add Box
| |
| AddBox(Boolean, Single) |
Add SectionBox
| |
| AddInBox |
Add InBox
| |
| AddInBox(BoundBox3D) |
Add InBox
| |
| Align |
단면 정렬
| |
| Clear |
단면 전체 삭제
| |
| Delete |
Delete (Selected)
| |
| Delete(ListUInt32) |
Delete
| |
| Delete(ListSectionItem) |
Delete
| |
| Delete(SectionItem) |
Delete
| |
| Delete(UInt32) |
Delete
| |
| Deselect |
Deselect
| |
| Enable(Boolean) |
선택 단면 활성화 / 비 활성화
| |
| Enable(Int32, Boolean) |
단면 활성화 / 비 활성화
| |
| Enable(ListInt32, Boolean) |
단면 보이기 / 숨기기 설정
| |
| Enable(ListSectionItem, Boolean) |
단면 활성화 / 비 활성화 설정
| |
| Enable(SectionItem, Boolean) |
단면 활성화 / 비 활성화
| |
| EnableAll |
단면 활성화 / 비 활성화 설정
| |
| ExportJson |
JSON (JavaScript Object Notation) 형식으로 내보내기
| |
| FromID |
Get Section (By ID)
| |
| GetCenter |
단면(상자) Plane 중심점 반환
| |
| GetSectionControl |
Get Section Control
| |
| GetStyle |
단면 기본 스타일 반환
| |
| ImportJson |
JSON (JavaScript Object Notation) 형식으로 불러오기
| |
| InvertDirection |
단면 방향 전환
| |
| Select(Int32) |
Select
| |
| Select(SectionItem) |
Select
| |
| SetBoxPlaneSize |
Box Plane 위치 변경
| |
| SetBoxSize(UInt32, BoundBox3D) |
단면상자 크기 변경
| |
| SetBoxSize(UInt32, Vertex3D) |
단면상자 크기 변경
| |
| SetBoxSize(UInt32, Vertex3D, Vertex3D) |
단면상자 크기 변경
| |
| SetCenter |
단면(상자) Plane 중심점 설정
| |
| SetStyle |
지정된 스타일을 기본 스타일로 지정
| |
| Show(Boolean) |
선택 단면 보이기 / 숨기기
| |
| Show(Int32, Boolean) |
단면 보이기 / 숨기기 설정
| |
| Show(ListInt32, Boolean) |
단면 보이기 / 숨기기 설정
| |
| Show(ListSectionItem, Boolean) |
단면 보이기 / 숨기기 설정
| |
| Show(SectionItem, Boolean) |
단면 보이기 / 숨기기 설정
| |
| ShowAll |
전체 단면 보이기 / 숨기기
| |
| ShowHandle |
단면상자 핸들 활성화
| |
| ShowHandleLoop |
단면상자 핸들 활성화 (Loop)
|
| Name | Description | |
|---|---|---|
| OnSectionEvent |
단면 업데이트 이벤트
| |
| OnSectionHandleDragFinishedEvent |
단면 핸들 이동(드래그) 완료 이벤트
| |
| OnSectionHandleFinishedEvent |
단면 핸들 종료(취소) 이벤트
|