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