Click or drag to resize
SoOutput Methods

The SoOutput type exposes the following members.

Methods
  NameDescription
Public methodCloseFile

Closes current file if opened with OIV.Inventor.SoOutput.OpenFile(System.String).

Public methodDecrementIndent
Calls DecrementIndent(1).
Public methodDecrementIndent(Int32)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFilePutc

Write a byte to the currently open file.

Public methodFilePuts

Write a string to the currently open file.

Public methodFlushFile
Public methodGetBufferSize

The total number of bytes allocated to a memory buffer may be larger than the number of bytes written.

Public methodStatic memberGetDefaultASCIIHeader

Returns the string representing the default ASCII header.

Public methodStatic memberGetDefaultBinaryHeader

Returns the string representing the default binary header.

Public methodGetFileProperty

Returns the current properties used by OIV.Inventor.SoOutput.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetIndentLevel
Public methodGetStage
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrementIndent
Calls IncrementIndent(1).
Public methodIncrementIndent(Int32)
Public methodIndent
Public methodIsBinary

Returns current state of binary flag.

Public methodIsWritingForScaleViz

Returns true if ScaleViz is currently writing data for synchronization.

Public methodOpenFile

Opens named file, sets current file to result.

Public methodResetBuffer

Resets buffer for output again.

Public methodResetHeaderString

Resets the header for output files to be the default header.

Public methodSetBinary

Sets whether output should be ASCII (default) or binary.

Public methodSetDoublePrecision

Sets the precision for writing floating point numbers (type double), i.e. the number of significant digits.

Public methodSetFileProperty

Sets a combination of properties for the current file.

Public methodSetFloatPrecision

Sets the precision for writing floating point numbers (type float), i.e. the number of significant digits.

Public methodSetHeaderString

Sets the header for output files.

Public methodSetStage
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite(Boolean)
Public methodWrite(Byte)
Public methodWrite(Double)
Public methodWrite(Int16)
Public methodWrite(Int32)
Public methodWrite(Int64)

Public methodWrite(SByte)
Public methodWrite(Single)
Public methodWrite(String)
Public methodWrite(UInt16)

Public methodWrite(UInt32)

Public methodWrite(UInt64)

Public methodWriteBinaryArray
Top
See Also