RenderModeType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class RenderModeType extends System.Enum
Enum RenderModeType: set of render mode types
Fields
Field | Description |
---|---|
Solid | The “Solid” render mode. |
SolidWireframe | The “SolidWireFrame” render mode. |
Transparent | The “Transparent” render mode. |
TransparentWareFrame | The “TransparentWareFrame” render mode. |
BoundingBox | The “BoundingBox” render mode. |
TransparentBoundingBox | The “TransparentBoundingBox” render mode. |
TransparentBoundingBoxOutline | The “TransparentBoundingBoxOutline” render mode. |
Wireframe | The “WireFrame” render mode. |
ShadedWireframe | The “ShadedWireFrame” render mode. |
Vertices | The “Vertices” render mode. |
ShadedVertices | The “ShadedVertices” render mode. |
Illustration | The “Illustration” render mode. |
SolidOutline | The “SolidOutline” render mode. |
ShadedIllustration | The “ShadedIllustration” render mode. |
Solid
public static final int Solid
The “Solid” render mode.
SolidWireframe
public static final int SolidWireframe
The “SolidWireFrame” render mode.
Transparent
public static final int Transparent
The “Transparent” render mode.
TransparentWareFrame
public static final int TransparentWareFrame
The “TransparentWareFrame” render mode.
BoundingBox
public static final int BoundingBox
The “BoundingBox” render mode.
TransparentBoundingBox
public static final int TransparentBoundingBox
The “TransparentBoundingBox” render mode.
TransparentBoundingBoxOutline
public static final int TransparentBoundingBoxOutline
The “TransparentBoundingBoxOutline” render mode.
Wireframe
public static final int Wireframe
The “WireFrame” render mode.
ShadedWireframe
public static final int ShadedWireframe
The “ShadedWireFrame” render mode.
Vertices
public static final int Vertices
The “Vertices” render mode.
ShadedVertices
public static final int ShadedVertices
The “ShadedVertices” render mode.
Illustration
public static final int Illustration
The “Illustration” render mode.
SolidOutline
public static final int SolidOutline
The “SolidOutline” render mode.
ShadedIllustration
public static final int ShadedIllustration
The “ShadedIllustration” render mode.