Click or drag to resize
SoInputParameters Class

Base class for file reader parameters.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.InventorSoInputParameters
      OIV.Inventor.IO.CADSoCADInputReaderParameters

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

The SoInputParameters type exposes the following members.

Constructors
  NameDescription
Public methodSoInputParameters
Initializes a new instance of the SoInputParameters class
Top
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 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

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.

See Also