gen2xyz
Command Line Tool for Converting GEN Files to XYZ Files
This command line tool can be used to convert gen files to xyz files.
If the box information from the gen file should not be included in the xyz file, please use the –nobox option.
Summary
Classes:
Command Line Tool for Converting GEN Files to XYZ Files |
Functions:
Main function of the gen2xyz command line tool, which is basically just a wrapper for the gen2xyz function. |
Reference
- class GEN2XYZCLI[source]
Bases:
CLIBase
Command Line Tool for Converting GEN Files to XYZ Files
- classmethod add_arguments(
- parser: _ArgumentParser,
Adds the arguments to the parser.
- Parameters:
parser (_ArgumentParser) – The parser to which the arguments should be added.