Click or drag to resize

Section Class

Section
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.DataSection

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

The Section type exposes the following members.

Constructors
 NameDescription
Public methodSection Construction
Top
Properties
 NameDescription
Public propertyCode exampleBoundBox 단면상자의 BoundBox 반환. 단면 및 인박스 단면의 경우 NULL 반환
Public propertyID ID
Public propertyPlanes Plane 정보
Public propertySectionType 단면 유형
Public propertyTitle Title
Public propertyVisible Visible
Top
Methods
 NameDescription
Public methodCode exampleExportVIZ(String, Boolean) 단면상자 영역의 모델을 VIZ 파일로 내보내기
Public methodCode exampleExportVIZ(String, Boolean, Boolean) 단면상자 영역의 모델을 VIZ 파일로 내보내기
Public methodCode exampleGetObject3D 단면상자 내의 모델 반환
Top
See Also