SoSceneManagerSetGLRenderAction Method (SoGLRenderAction, Int32) |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetGLRenderAction(
SoGLRenderAction ra,
int i
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetGLRenderAction (
ra As SoGLRenderAction,
i As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetGLRenderAction(
SoGLRenderAction^ ra,
int i
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetGLRenderAction :
ra : SoGLRenderAction *
i : int -> unit
Parameters
- ra
- Type: OIV.Inventor.ActionsSoGLRenderAction
- i
- Type: SystemInt32
Remarks See Also