Click or drag to resize
RenderAreaHardwareGpu Property

Sets the Graphics Processing Unit (GPU) used for rendering.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public string Gpu { set; }

Property Value

Type: String
Remarks

Default value is the value of the environment variable DISPLAY. This feature only works on Linux with the modes ServiceSettings.INVENTOR_SERVICE and ServiceSettings.INVENTOR_APPLICATION. This value can be retrieved from RenderArea.getGpu.

See Also