seapipy.command.run_evolver

seapipy.command.run_evolver(se_input_filepath: str, evolver_filepath: str = 'evolver ') int

Run the Surface Evolver file using the Surface Evolver software

Parameters:
  • se_input_filepath – Path to Surface Evolver file

  • evolver_filepath – Path to the Surface Evolver interpreter

Rtype se_input_filepath:

str

Rtype evolver_filepath:

str

Returns:

Return code of the subprocess.run() function

Return type:

int