Click or drag to resize
SoAntialiasingParameters Class

Antialiasing parameters interface base class.

Inheritance Hierarchy

Namespace: OIV.Inventor.Antialiasing
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public class SoAntialiasingParameters : SoNetBase

The SoAntialiasingParameters type exposes the following members.

Methods
  NameDescription
Public methodCopy

Copy to a new instance.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This interface is the common interface for all the parameters classes used for the different antialiasing algorithms. These objects are used with the setAntialiasing() method in OIV.Inventor.SoSceneManager and some viewer classes (e.g. OIV.Inventor.Win.SoWinGLWidget).

See Also