pycatia.base_interfaces.pycatia

class pycatia.base_interfaces.pycatia.PyCATIA

Base class for the catia application.

property logger: Logger
Return type:

logging.Logger

release_check(current: int, required: int, name: str)

Used to notify user if the CATIA V5 version is lower than that required.

Parameters:
  • current (int) –

  • required (int) –

  • name (str) –