Click or drag to resize
SoClipPlaneElement Methods

The SoClipPlaneElement type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd

Adds a clip plane to the current set in the state.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet(Int32)
Calls Get(index, true).
Public methodGet(Int32, Boolean)

Returns the indexed plane an element as an OIV.Inventor.SbPlane.

Public methodStatic memberGetClassStackIndex Obsolete.

Returns the stack id for this element.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetInstance

Returns the top (current) instance of the element in the state.

Public methodStatic memberGetMaxPlanes

Returns the maximum number of concurrent clipping planes supported by current implementation.

Public methodGetNum

Returns the number of planes in an instance.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPop

Overrides OIV.Inventor.Elements.SoClipPlaneElement.Pop(OIV.Inventor.Misc.SoState, OIV.Inventor.Elements.SoElement) method to free up planes that were added.

(Overrides SoElementPop(SoState, SoElement).)
Public methodPush

Overrides OIV.Inventor.Elements.SoClipPlaneElement.Push(OIV.Inventor.Misc.SoState) method to copy values from next instance in the stack.

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