Click or drag to resize
SoState Methods

The SoState type exposes the following members.

Methods
  NameDescription
Public methodEnableSendToGL
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAction

Returns the action instance the state is part of.

Public methodGetConstElement(Int32) Obsolete.

Returns the top (read-only) instance of the given element stack.

Public methodGetConstElement(Type, Int32)

Returns the top (read-only) instance of the given element stack.

Public methodGetElement(Int32) Obsolete.

Returns a writable instance of the element on the top of the stack with the given stack index.

Public methodGetElement(Type, Int32)

Returns a writable instance of the element on the top of the stack with the given index and type.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSendToGLEnabled

Gets sendToGL activation flag.

Public methodPop

Pops the state, restoring the state to just before the last OIV.Inventor.Misc.SoState.Push().

Public methodPush

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

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also