Click or drag to resize
SoGLError Class

OpenGL rendering error handling.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.ErrorsSoError
      OIV.Inventor.ErrorsSoGLError

Namespace: OIV.Inventor.Errors
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SoGLError : SoError

The SoGLError type exposes the following members.

Constructors
  NameDescription
Public methodSoGLError
Default constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDebugString

Returns debug string containing full error information from instance.

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

Posts an error.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyStatic memberHandlerCallback

Sets handler callback for OIV.Inventor.Errors.SoGLError class.

Top
Remarks

OIV.Inventor.Errors.SoGLError is used for errors reported by the OpenGL render engine. See OIV.Inventor.Errors.SoError for full discussion of error handling in Open Inventor.

See Also