Warning

Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.

RenderModeΒΆ

Enumeration RenderMode

The possible Render Modes. The render mode defines how the geometry is rendered.

It can be set globally for a single viewer using the ViewerSettingStrings.RENDER_MODE setting or for individual nodes using the Property.RENDER_MODE property, the latter taking precedence. Furthermore, the method ViewerAPI.forceRenderMode overrides both settings.

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.RENDER_MODE of the individual viewers.