SoNurbsBoundaryGLRender Method |
define render action behavior
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 name_18494
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Sub GLRender (
name_18494 As SoGLRenderAction
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void GLRender(
SoGLRenderAction^ name_18494
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract GLRender :
name_18494 : SoGLRenderAction -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override GLRender :
name_18494 : SoGLRenderAction -> unit
Parameters
- name_18494
- Type: OIV.Inventor.ActionsSoGLRenderAction
Remarks See Also