SoOutput Methods |
The SoOutput type exposes the following members.
Name | Description | |
---|---|---|
CloseFile | Closes current file if opened with OIV.Inventor.SoOutput.OpenFile(System.String). | |
DecrementIndent | Calls DecrementIndent(1). | |
DecrementIndent(Int32) | ||
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
FilePutc | Write a byte to the currently open file. | |
FilePuts | Write a string to the currently open file. | |
FlushFile | ||
GetBufferSize | The total number of bytes allocated to a memory buffer may be larger than the number of bytes written. | |
GetDefaultASCIIHeader | Returns the string representing the default ASCII header. | |
GetDefaultBinaryHeader | Returns the string representing the default binary header. | |
GetFileProperty | Returns the current properties used by OIV.Inventor.SoOutput. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetIndentLevel | ||
GetStage | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IncrementIndent | Calls IncrementIndent(1). | |
IncrementIndent(Int32) | ||
Indent | ||
IsBinary | Returns current state of binary flag. | |
IsWritingForScaleViz | Returns true if ScaleViz is currently writing data for synchronization. | |
OpenFile | Opens named file, sets current file to result. | |
ResetBuffer | Resets buffer for output again. | |
ResetHeaderString | Resets the header for output files to be the default header. | |
SetBinary | Sets whether output should be ASCII (default) or binary. | |
SetDoublePrecision | Sets the precision for writing floating point numbers (type double), i.e. the number of significant digits. | |
SetFileProperty | Sets a combination of properties for the current file. | |
SetFloatPrecision | Sets the precision for writing floating point numbers (type float), i.e. the number of significant digits. | |
SetHeaderString | Sets the header for output files. | |
SetStage | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Write(Boolean) | ||
Write(Byte) | ||
Write(Double) | ||
Write(Int16) | ||
Write(Int32) | ||
Write(Int64) | ||
Write(SByte) | ||
Write(Single) | ||
Write(String) | ||
Write(UInt16) | ||
Write(UInt32) | ||
Write(UInt64) | ||
WriteBinaryArray |