Click or drag to resize
SoVRMLInterpOutput Class

Note: This API is now obsolete.

Class for all VRML interpolator outputs.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.VRMLnodesSoVRMLInterpOutput

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

The SoVRMLInterpOutput type exposes the following members.

Methods
  NameDescription
Public methodEnable

Enables or disables all connections from this output.

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.

Public methodGetContainer

Returns containing VRML interpolator.

Public methodGetForwardConnections

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

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEnabled

Returns true if this output is currently enabled.

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

SoVRMLInterpOutput is the class for all VRML interpolator output fields. There is no public constructor routine for this class. Only the VRML interpolator classes create instances of SoVRMLInterpOutput.

Each VRML interpolator creates one or more VRML interpolator outputs. The type of the output is documented in the VRML interpolator reference pages. There is also an SoVRMLInterpOutput method for querying the connection type.

The application can at any time enable or disable the VRML interpolator outputs. By default the VRML interpolator outputs are enabled.

See Also