MentalRayRenderSettingsTraitsDiagnosticBSPMode Property
|
Property that represents type of BSP
information to render images within the BSP diagnostic mode. This
property can be one of the following: 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.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract DiagnosticBSPMode DiagnosticBSPMode { get; set; }
Public MustOverride Property DiagnosticBSPMode As DiagnosticBSPMode
Get
Set
public:
virtual property DiagnosticBSPMode DiagnosticBSPMode {
DiagnosticBSPMode get () abstract;
void set (DiagnosticBSPMode value) abstract;
}
abstract DiagnosticBSPMode : DiagnosticBSPMode with get, set
Property Value
DiagnosticBSPMode
See Also