Click or drag to resize
SoStatePush Method

Pushes (saves) the current state until a OIV.Inventor.Misc.SoState.Pop() restores it.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void Push()
Remarks

The push is done lazily: this just increments the depth in the state. When an element is accessed with getElement() and its depth is less than the current depth, it is then pushed individually.

See Also