Click or drag to resize
SoSolidViz Class

Note: This API is now obsolete.

Class to initialize SolidViz.

Inheritance Hierarchy

Namespace: OIV.SolidViz
Assembly: OIV.SolidViz (in OIV.SolidViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public sealed class SoSolidViz : SoNetBase

The SoSolidViz type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetProductName

Returns a character string identifying the name of the extension (SolidViz).

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

Returns a character string identifying the version of SolidViz.

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

This class allows the user to initialize the SolidViz module. The module must be initialized before using any other classes of the module.

See Also