Package pymeshio :: Package mqo :: Module reader
[hide private]
[frames] | no frames]

Module reader

source code

mqo reader
Classes [hide private]
  Reader
mqo reader
Functions [hide private]
 
read_from_file(path)
read from file path, then return the pymeshio.mqo.Model.
source code
 
read(ios)
read from ios, then return the pymeshio.mqo.Model.
source code
Variables [hide private]
  __package__ = 'pymeshio.mqo'
Function Details [hide private]

read_from_file(path)

source code 
read from file path, then return the pymeshio.mqo.Model.
Parameters:
  • path - file path

read(ios)

source code 
read from ios, then return the pymeshio.mqo.Model.
Parameters:
  • ios - input stream (in io.IOBase)