Click or drag to resize
SoBBoxCacheElementPop Method

Note: This API is now obsolete.

Override OIV.Inventor.Elements.SoBBoxCacheElement.Pop(OIV.Inventor.Misc.SoState, OIV.Inventor.Elements.SoElement) method to keep GL up to date.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9810. Not usefull anymore. No specific pop function needed for this element")]
public override void Pop(
	SoState state,
	SoElement prevTopElement
)

Parameters

state
Type: OIV.Inventor.MiscSoState
prevTopElement
Type: OIV.Inventor.ElementsSoElement
Remarks

Caution note Caution

Obsolete since Open Inventor 9810. Not usefull anymore. No specific pop function needed for this element

See Also