Click or drag to resize
SoGLGraphicDeviceGetGraphicConfigTemplate Method

Returns a template corresponding to the given graphics configuration.

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoGLGraphicConfigTemplate GetGraphicConfigTemplate(
	SoGLGraphicConfig graphicConfig
)

Parameters

graphicConfig
Type: OIV.Inventor.ComponentsSoGLGraphicConfig

Return Value

Type: SoGLGraphicConfigTemplate
Remarks

The returned template, if passed to (), would return the originally specified (or a functionally equivalent) graphicConfig as the best graphic configuration.

It is not guaranteed that the template returned by this method will select exactly the same graphics configuration as was passed to this method. However, it will select a graphics configuration with the same OpenGL capabilities and values.

See Also