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