| 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.38.0 (9.9.38.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public override void Pop(
SoState state,
SoElement prevTopElement
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Overrides Sub Pop (
state As SoState,
prevTopElement As SoElement
)public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
virtual void Pop(
SoState^ state,
SoElement^ prevTopElement
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
abstract Pop :
state : SoState *
prevTopElement : SoElement -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
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