• Der Faktor Mensch

    Was ist Product Lifecycle Management?

    Nicht nur mein Beruf als PLM Solution Architect, sondern auch viele Beiträge dieser Website beschäftigen sich mit dem Thema PLM oder PLM-Software. Man kann darüber Dissertationen schreiben. Für den Laien bleibt es aber ein ziemlich abstraktes Thema. Und so möchte ich hier einen Versuch wagen, das Thema für den Laien verständlich und neutral zu erklären. Was ist also PLM?

  • CAD

    CATIA V5 and DMU Navigator Automation with Python (english)

    If you want to automate CATIA V5 or DMU Navigator with Python you need Pywin32 and Python for Windows or Activestates ActivePython for Windows. Python is free software and you can develop professional applications with all advantages of Python for CATIA V5 or DMU Navigator. For developing a small application which interacts to CATIA V5 you only have to download your prefered Python Distribution for Windows and can start developing applications for CATIA V5 or DMU Navigator (this should be running when testing the application). Automating CATIA V5: If you have done above you can start with this source code: import win32com.client app = win32com.client.Dispatch('catia.application') doc = app.ActiveDocument for part…