This module defines basic routines to read geometrical data from a file and the specialized importers to read files in a number of well known standardized formats.
The basic routines are very versatile as well as optimized (using the version in the pyFormex C-library) and allow to easily create new exporters for other formats.
Classes defined in module fileread
Functions defined in module fileread
Strip the parameters from a comment line
Read a set of nodes from an open mesh file
Read a set of elems of plexitude nplex from an open mesh file
Read the eset data of type generate
Read a nodes/elems model from file.
Returns a dict:
Extract the Meshes read from a .mesh file.
Convert an Abaqus .inp to a .mesh set of files
Read a triangular surface mesh in Gambit neutral format.
The .neu file nodes are numbered from 1! Returns a nodes,elems tuple.
Read an hexahedral mesh in Gambit neutral format.
The .neu file nodes are numbered from 1! Returns a nodes,elems tuple.