SoHPGLVectorOutput Class |
Class used to write vector formatted files in HPGL/2 format.
Namespace: OIV.HardCopy
The SoHPGLVectorOutput type exposes the following members.
Name | Description | |
---|---|---|
SoHPGLVectorOutput | 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.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
OpenFile | Opens named file. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class is used for writing vector formatted files in HPGL/2 language format. It provides some convenience functions for handling files. An instance of OIV.HardCopy.SoHPGLVectorOutput is contained in an OIV.HardCopy.SoVectorizeHPGLAction; this is typically the only instance needed.