Click or drag to resize

SectionManager Class

Section Manager
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.ManagerSectionManager

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public class SectionManager : VIZCoreBase

The SectionManager type exposes the following members.

Properties
  NameDescription
Public propertyClipping
Clipping Mode
Public propertyEnableAsyncSectionGeomery
단면선 및 단면채움 비동기 계산 활성화
Public propertyEnableSectionPlaneRotationXY
단면(Plane) XY 회전 활성화/비활성화
Public propertyEnableSectionPlaneRotationYZ
단면(Plane) YZ 회전 활성화/비활성화
Public propertyEnableSectionPlaneRotationZX
단면(Plane) ZX 회전 활성화/비활성화
Public propertyMoveSectionByFrameGrid
단면 좌표간격으로 이동
Public propertySectionFillPlaneColor
단면 채움 단일색
Public propertySectionLineColor
단면선 색상
Public propertySections
Section List
Public propertySelectedItem
현재 선택된 Section 반환
Public propertyShowSectionFill
단면채움 보기
Public propertyShowSectionFillPlaneColor
단면 채움 단일색 표시
Public propertyShowSectionLine
단면선 보기
Public propertyShowSectionLineColor
단일색 표시
Public propertyShowSectionPlane
단면 보기
Top
Methods
  NameDescription
Public methodCode exampleAdd(Boolean, Axis)
Add Section
Public methodCode exampleAdd(Boolean, Boolean, Axis)
Add Section
Public methodCode exampleAddBox
Add SectionBox
Public methodCode exampleAddComment
주석 추가
Public methodAddInBox
Add InBox
Public methodAlign
단면 정렬
Public methodClear
단면 전체 삭제
Public methodCode exampleClearComment
전체 주석 삭제
Public methodDelete
Delete (Selected)
Public methodDelete(Int32)
Delete
Public methodDelete(ListInt32)
Delete
Public methodDelete(ListSection)
Delete
Public methodDelete(Section)
Delete
Public methodDeleteAll
Delete All
Public methodCode exampleDeleteComment
주석 삭제
Public methodDeselect
Deselect
Public methodEnableSectionPlaneRotation(Boolean)
단면 (Plane) 회전 활성화/비활성화
Public methodEnableSectionPlaneRotation(Boolean, Boolean, Boolean)
단면 (Plane) 회전 활성화/비활성화
Public methodCode exampleExportVIZ(Int32, String, Boolean)
단면상자 영역의 모델을 VIZ 파일로 내보내기
Public methodCode exampleExportVIZ(Section, String, Boolean)
단면상자 영역의 모델을 VIZ 파일로 내보내기
Public methodCode exampleExportVIZ(Int32, String, Boolean, Boolean)
단면상자 영역의 모델을 VIZ 파일로 내보내기
Public methodCode exampleExportVIZ(Section, String, Boolean, Boolean)
단면상자 영역의 모델을 VIZ 파일로 내보내기
Public methodFromID
Get Section (By ID)
Public methodGetAxisRatePosition
단면 위치 비율 반환
Public methodGetCenter
단면(상자) Plane 중심점 반환
Public methodGetCenterPosition
단면(상자) Plane 중심점 반환
Public methodCode exampleGetClippedEdge
단면 클리핑된 단면선 Edge 목록 반환
Public methodGetClipping(SectionManagerClippingTypes)
단면 보기 설정 상태 반환
Public methodGetClipping(Section, SectionManagerClippingTypes)
단면 보기 설정 상태 반환
Public methodGetCommentCount
주석 개수 반환
Public methodCode exampleGetComments
주석 반환
Public methodGetDirection
단면 방향 반환
Public methodCode exampleGetGeometryProperty
Get Section Geometry Property
Public methodCode exampleGetGeometryProperty(Boolean, Boolean)
Get Section Geometry Property
Public methodGetIndex
단면 Index 반환
Public methodGetNormal
단면 노말(Normal) 방향 반환
Public methodGetSectionControl
Get Section Control
Public methodGetSectionNode(Int32, Int32)
단면이 적용된 모델 목록 반환
Public methodGetSectionNode(Int32, Int32, SectionAreaKind)
단면이 적용된 영역별 모델 목록 반환
Public methodGetSectionNode(Int32, Int32, SectionAreaKind, Boolean)
단면이 적용된 영역별 모델 목록 반환
Public methodGetSectionNode(Int32, Int32, SectionAreaKind, Boolean, Boolean)
단면이 적용된 영역별 모델 목록 반환
Public methodInvertDirection
단면 방향 전환
Public methodIsClipedPosition(Vertex3D)
클리핑 영역 확인
Public methodIsClipedPosition(Single, Single, Single)
클리핑 영역 확인
Public methodPlaneByFromID
Get Section Plane (By ID)
Public methodSelect(Int32)
Select
Public methodSelect(Section)
Select
Public methodSelect(Int32, Int32)
Select
Public methodSetBoxSize(Int32, BoundBox3D)
단면상자 크기 변경
Public methodSetBoxSize(Int32, Vertex3D)
단면상자 크기 변경
Public methodSetBoxSize(Int32, Vertex3D, Vertex3D)
단면상자 크기 변경
Public methodSetCenter(Int32, Int32, Vertex3D)
단면(상자) Plane 중심점 설정
Public methodSetCenter(Int32, Int32, Single, Single, Single)
단면(상자) Plane 중심점 설정
Public methodSetCenterPosition
단면(상자) Plane 중심점 설정
Public methodSetClipping(SectionManagerClippingTypes)
단면 보기 설정
Public methodSetClipping(Section, SectionManagerClippingTypes)
단면 보기 설정
Public methodSetMultiSectionListAxisRatePosition
단면 위치 비율 설정
Public methodShow(Section, Boolean)
Show
Public methodShow(Section, Boolean, Boolean)
Show
Public methodShowHandle
단면상자 핸들 활성화/비활성화
Public methodShowSectionDialog
Show Section Dialog
Public methodUpdateSectionName
단면 이름 설정
Top
Events
  NameDescription
Public eventCode exampleOnSectionAfterAddEvent
단면 생성 이후 이벤트
Public eventCode exampleOnSectionBeforeAddEvent
단면 생성 이전 이벤트
Public eventCode exampleOnSectionEvent
단면 업데이트 이벤트
Public eventOnSectionHandleEvent
단면 핸들 이벤트
Top
See Also