DiagnosticBSPMode Enumeration
|
Represents the available types of BSP
information to visualize with the BSP diagnostic mode.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum DiagnosticBSPMode
Public Enumeration DiagnosticBSPMode
public enum class DiagnosticBSPMode
Members
Member name |
Value |
Description |
Depth |
0 |
BSP depth: the depth reached in the BSP tree. |
Size |
1 |
BSP leaf size: the leaf size reached in the BSP tree. |
See Also