Click or drag to resize

RenderPartitions Class

The RenderPartitions class allow the user to hide surfaces according to the applied material type.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropRenderPartitions

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public class RenderPartitions : IDisposable

The RenderPartitions type exposes the following members.

Constructors
  NameDescription
Public methodRenderPartitions
Initializes a new instance of the RenderPartitions class.
All material type are visible.
Public methodRenderPartitions(RenderPartitionType)
Initializes a new instance of the RenderPartitions class according to a partition type to specify a subset of material that will be visible.
Top
Properties
  NameDescription
Public propertyAxfCpa2
Gets or sets a value indicating whether surfaces with axf cpa2 material would be drawn.
Public propertyEnvironment
Gets or sets a value indicating whether surfaces with environment material would be drawn.
Public propertyError
Gets or sets a value indicating whether surfaces with error material would be drawn.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyLabel
Gets or sets a value indicating whether surfaces with label material would be drawn.
Public propertyMatte
Gets or sets a value indicating whether surfaces with matte material would be drawn.
Public propertyMirrorOpaque
Gets or sets a value indicating whether surfaces with mirror opaque material would be drawn.
Public propertyMirrorTransparent
Gets or sets a value indicating whether surfaces with mirror transparent material would be drawn.
Public propertyMultiLayerOpaque
Gets or sets a value indicating whether surfaces with opaque multilayer material would be drawn.
Public propertyMultiLayerTransparent
Gets or sets a value indicating whether surfaces with transparent multilayer material would be drawn.
Public propertyNull
Gets or sets a value indicating whether surfaces with null material would be drawn.
Public propertyPartitionType
Gets the partition type.
Public propertySeam
Gets or sets a value indicating whether surfaces with seam material would be drawn.
Public propertyShaper
Gets or sets a value indicating whether surfaces with shaper material would be drawn.
Public propertyStandardOpaque
Gets or sets a value indicating whether surfaces with standard opaque material would be drawn.
Public propertyStandardTransparent
Gets or sets a value indicating whether surfaces with standard transparent material would be drawn.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RenderPartitions
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Format the RenderPartitions to a String.
(Overrides ObjectToString.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also