Click or drag to resize
SoImageVizEngineMFieldOutputOutputFieldType, OutputType Class
Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.EnginesSoEngineOutput
      OIV.ImageViz.EnginesSoImageVizEngineMFieldOutputOutputFieldType, OutputType

Namespace: OIV.ImageViz.Engines
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public class SoImageVizEngineMFieldOutput<OutputFieldType, OutputType> : SoEngineOutput
where OutputFieldType : SoNetBase, ISoMField<OutputType>
where OutputType : struct, new()

Type Parameters

OutputFieldType
OutputType

The SoImageVizEngineMFieldOutputOutputFieldType, OutputType type exposes the following members.

Constructors
  NameDescription
Public methodSoImageVizEngineMFieldOutputOutputFieldType, OutputType
Initializes a new instance of the SoImageVizEngineMFieldOutputOutputFieldType, OutputType class
Top
Methods
  NameDescription
Public methodEnable

Enables or disables all connections from this output.

(Inherited from SoEngineOutput.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetConnectionType

Returns the type of field this output can connect to.

(Inherited from SoEngineOutput.)
Public methodGetContainer

Returns containing engine.

(Inherited from SoEngineOutput.)
Public methodGetForwardConnections

Returns the number of fields this output is writing to, and adds references to those fields to the given list.

(Inherited from SoEngineOutput.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNumConnections

Number of connections this output currently has.

(Inherited from SoEngineOutput.)
Public methodGetSize
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues
Public methodIsEnabled

Returns true if this output is currently enabled.

(Inherited from SoEngineOutput.)
Public methodSetValues
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also