SoBBoxCacheElementPop Method |
Note: This API is now obsolete.
Obsoletesince Open Inventor 9810
Not usefull anymore.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override void Pop(
SoState state,
SoElement prevTopElement
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overrides Sub Pop (
state As SoState,
prevTopElement As SoElement
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual void Pop(
SoState^ state,
SoElement^ prevTopElement
) override
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract Pop :
state : SoState *
prevTopElement : SoElement -> unit
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override Pop :
state : SoState *
prevTopElement : SoElement -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- prevTopElement
- Type: OIV.Inventor.ElementsSoElement
RemarksNo specific pop function needed for this element
Override pop() method to keep GL up to date.
See Also