SoPSVectorOutput Class |
Class used to write vector formatted files in PostScript format.
Namespace: OIV.HardCopy
The SoPSVectorOutput type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoPSVectorOutput | Constructor. |
Name | Description | |
---|---|---|
![]() | CloseFile | Closes the current file opened with OIV.HardCopy.SoVectorOutput.OpenFile(System.String). |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetColored | Gets the colored output flag. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetLevel | Returns the PostScript language level. |
![]() | GetNumericAccuracy | Returns the factor used to compute the accuracy of all real numeric values. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | OpenFile | Opens named file. |
![]() | SetColored | Calls SetColored(true). |
![]() | SetColored(Boolean) | Sets the colored output flag. |
![]() | SetLevel | Sets the PostScript language level. |
![]() | SetNumericAccuracyFactor | Sets the factor used to compute the accuracy of all real numeric values. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class is used for writing vector formatted files in Adobe PostScript format. It provides some convenience functions for handling files. An instance of OIV.HardCopy.SoPSVectorOutput is contained in an OIV.HardCopy.SoVectorizePSAction; this is typically the only instance needed.