Click or drag to resize

RenderClippingPlane Class

The RenderClippingPlane class defines a clipping plane to create a sectional view of the 3D object.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropRenderClippingPlane

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

The RenderClippingPlane type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyIsEnabled
Gets or sets a value indicating whether the clipping plane is enabled.
Public propertyIsSliceEnabled
Gets or sets a value indicating whether the slice enabled.
Public propertyNormal
Gets or sets the clipping plane normal.
Public propertyPlane
Gets the clipping plane.
Public propertyPosition
Gets or sets the clipping plane position.
Public propertySliceColor
Gets or sets the color of the slice.
Public propertySliceThickness
Gets or sets the slice thickness.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RenderClippingPlane
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 RenderClippingPlane to a String.
(Overrides ObjectToString.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also