Click or drag to resize

SectionItem Class

Section
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3DX.NET.DataSectionItem

Namespace:  VIZCore3DX.NET.Data
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public class SectionItem : VIZCoreBase

The SectionItem type exposes the following members.

Constructors
  NameDescription
Public methodSectionItem
Construction
Top
Properties
  NameDescription
Public propertyCode exampleBoundBox
단면상자의 BoundBox 반환. 단면 및 인박스 단면의 경우 NULL 반환
Public propertyID
ID
Public propertyIsEnabled
Is Enabled
Public propertyIsSelected
Is Selected
Public propertyIsShown
Is Shown
Public propertyIsValid
Is Valid
Public propertyPlaneDirection
Plane Direction
Public propertyPlanes
Plane 정보
Public propertySectionType
단면 유형
Public propertyTitle
Title
Public propertyVisible
Visible
Top
Methods
  NameDescription
Public methodEnable
활성화 / 비 활성화 설정
Public methodSelect
선택 / 비 선택 설정
Public methodShow
단면 보이기 / 숨기기 설정
Top
See Also