| SoDrawStyleGLRender Method  | 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override void GLRender(
	SoGLRenderAction action
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Sub GLRender ( 
	action As SoGLRenderAction
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void GLRender(
	SoGLRenderAction^ action
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract GLRender : 
        action : SoGLRenderAction -> unit 
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override GLRender : 
        action : SoGLRenderAction -> unit Parameters
- action
 - Type: OIV.Inventor.ActionsSoGLRenderAction
 
Remarks
See Also