Enum RenderModeType

RenderModeType enumeration

Enum RenderModeType: set of render mode types

public enum RenderModeType

Values

NameValueDescription
Solid0The “Solid” render mode.
SolidWireframe1The “SolidWireFrame” render mode.
Transparent2The “Transparent” render mode.
TransparentWareFrame3The “TransparentWareFrame” render mode.
BoundingBox4The “BoundingBox” render mode.
TransparentBoundingBox5The “TransparentBoundingBox” render mode.
TransparentBoundingBoxOutline6The “TransparentBoundingBoxOutline” render mode.
Wireframe7The “WireFrame” render mode.
ShadedWireframe8The “ShadedWireFrame” render mode.
Vertices9The “Vertices” render mode.
ShadedVertices10The “ShadedVertices” render mode.
Illustration11The “Illustration” render mode.
SolidOutline12The “SolidOutline” render mode.
ShadedIllustration13The “ShadedIllustration” render mode.

See Also