OOF2: The Manual

Name

DataFileFormatExt — Types of oof2 data files.

Description

Types of oof2 data files, extended for Skeletons and Meshes.

Values

  • script: A fully functioning Python script. Flexible and editable, but insecure.
  • ascii: An ASCII file with Python-like syntax that will NOT be parsed by the Python interpreter. Editable and secure, but inflexible.
  • binary: A binary file. Inflexible and uneditable, but secure, compact and not subject to round-off error.
  • abaqus: An ABAQUS-style text file

See Also