| SoUniformGridClippingElementPush Method  | 
Overrides OIV.VolumeViz.Elements.SoUniformGridClippingElement.Push(OIV.Inventor.Misc.SoState) method to copy values from next instance in the stack. 
 
Namespace: OIV.VolumeViz.ElementsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic override void Push(
	SoState state
)
Public Overrides Sub Push ( 
	state As SoState
)
public:
virtual void Push(
	SoState^ state
) override
abstract Push : 
        state : SoState -> unit 
override Push : 
        state : SoState -> unit Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 
Remarks
See Also