SoInputParameters Class |
Base class for file reader parameters.
Namespace: OIV.Inventor
The SoInputParameters type exposes the following members.
Name | Description | |
---|---|---|
SoInputParameters | Initializes a new instance of the SoInputParameters class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
OIV.Inventor.SoInputParameters is a base class and needs to be specialized to be effective. The goal of OIV.Inventor.SoInputParameters is to provide a way to control/modify processing of a file during the read. Each implementation of OIV.Inventor.SoInputParameters is free to publish parameters (for example the desired tesselation level if you are reading a CAD file) or to notify during the read of the file using an abstract method implemented by the application.
This class is used with the OIV.Inventor.SoInput.SetInputParameters(OIV.Inventor.SoInputParameters) method.