Click or drag to resize

SelectionBox Class

Selection Box Class
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.DataSelectionBox

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

The SelectionBox type exposes the following members.

Properties
  NameDescription
Public propertyBoundBox
바운드박스(BoundBox)
Public propertyFaceColor
면 색상
Public propertyFontColor
글자 색상
Public propertyFontSize
글자 크기
Public propertyGroupId
그룹 아이디
Public propertyID
아이디(ID)
Public propertyLabel
레이블
Public propertyLineColor
라인 색상
Public propertyMaxPoint
최대점
Public propertyMinPoint
최소점
Public propertyShow
보이기/숨기기 상태
Public propertyTitle
이름
Top
Methods
  NameDescription
Public methodCode exampleExportVIZ(String, Boolean)
선택상자 영역의 모델을 VIZ 파일로 내보내기
Public methodCode exampleExportVIZ(String, Boolean, Boolean)
선택상자 영역의 모델을 VIZ 파일로 내보내기
Public methodGetObject3D
선택상자에 포함된 개체를 반환
Public methodGetObject3DIndex
선택상자에 포함된 개체를 반환
Public methodUpdate
데이터를 갱신.
Top
See Also