Click or drag to resize
SoWinRenderAreaSetGLRenderAction Method

Sets the GL render action to use.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetGLRenderAction(
	SoGLRenderAction ra
)

Parameters

ra
Type: OIV.Inventor.ActionsSoGLRenderAction
Remarks

This is used for example to set selection highlighting with the OIV.Inventor.Actions.SoBoxHighlightRenderAction, OIV.Inventor.Actions.SoHaloHighlightRenderAction and OIV.Inventor.Actions.SoLineHighlightRenderAction classes.

Note: Properties of the previous render action, for example transparency type, are not automatically copied to the new render action. The application must explicitly set the desired properties of the new render action.

See Also