RenderMode#

Enumeration RenderMode

The possible Render Modes.

Enumeration Members

Faces: 0

Render only the faces of the geometry.

FacesTopology: 2

Render the faces and the edges of the geometry.

Occluder: 3

Render the faces of the geometry as occlude.

OccluderTopology: 4

Render the faces of the geometry as occlude plus the edges of the geometry.

Topology: 1

Render only the edges of the geometry.

Unset: 5

Renders the geometry with currently set ViewerSettingStrings.RenderMode of the individual viewers.