Click or drag to resize

RenderPartitionType Enumeration

The RenderPartitionType enumeration defines a partition type based on the kind of material assigned to surfaces.
The is used for example to select only a subset of surfaces when computing the axis aligned bounding box.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
[FlagsAttribute]
public enum RenderPartitionType
Members
  Member nameValueDescription
None0 Nothing is selected.
Error1 Select surfaces with error material assigned.
Null2 Select surfaces with null material assigned.
StandardOpaque4 Select surfaces with standard opaque material assigned.
StandardTransparent8 Select surfaces with standard transparent material assigned.
Seam16 Select surfaces with seam material assigned.
Matte32 Select surfaces with matte material assigned.
Environment64 Select surfaces with environment material assigned.
MirrorOpaque128 Select surfaces with mirror opaque material assigned.
MirrorTransparent256 Select surfaces with mirror transparent material assigned.
MultilayerOpaque512 Select surfaces with multilayer opaque material assigned.
MultilayerTransparent1024 Select surfaces with multilayer transparent material assigned.
Shaper2048 Select surfaces with shaper material assigned.
AxfCpa24096 Select surfaces with axf cpa2 material assigned.
Label8192 Select surfaces with label material assigned.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also