pyyeti.nastran.bulk.uset2bulk

pyyeti.nastran.bulk.uset2bulk(f, uset)[source]

Write CORD2* and GRID cards from a USET table

Parameters:
  • f (string or file_like or 1 or None) – Either a name of a file, or is a file_like object as returned by open() or io.StringIO. Input as integer 1 to write to stdout. Can also be the name of a directory or None; in these cases, a GUI is opened for file selection.

  • uset (pandas DataFrame) – A DataFrame as output by pyyeti.nastran.op2.OP2.rdn2cop2()

Returns:

None

Notes

This is the reverse of bulk2uset().