SoVRMLInterpOutput Class |
Note: This API is now obsolete.
Class for all VRML interpolator outputs.
Namespace: OIV.Inventor.VRMLnodes
The SoVRMLInterpOutput type exposes the following members.
Name | Description | |
---|---|---|
![]() | Enable | Enables or disables all connections from this output. |
![]() | Equals | (Inherited from Object.) |
![]() | GetConnectionType | Returns the type of field this output can connect to. |
![]() | GetContainer | Returns containing VRML interpolator. |
![]() | GetForwardConnections | Returns the number of fields this output is writing to, and adds those fields to the given list. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEnabled | Returns true if this output is currently enabled. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.