Please enable JavaScript to view this site.

MESYS Berechnungssoftware

Navigation: Allgemein > COM-Schnittstelle

Methoden der COM Schnittstelle

Scroll Prev Top Next More

Der Server stellt die Schnittstelle MesysCOM zur Verfügung, mit der Berechnungsmodule erstellt werden können. Verfügbare Methoden sind:

void setLanguage([in] BSTR p_lang);
Pass language as two characters ("de", "en", "fr", "es", "tr", "ko", "zh", "ja")

int getVersion();
Returns version in format yyyymm.

MesysRBC* createRBC();
Create bearing calculation module without user interface.

MesysSHAFT* createSHAFT();
Create shaft calculation module without user interface.

MesysHERTZ* createHERTZ();
Create Hertz stress calculation module without user interface.

MesysBALLSCREW* createBALLSCREW();
Create ball screw calculation module without user interface.

MesysCYLGEARPAIR* createCYLGEARPAIR();
Create cylindrical gear pair calculation module without user interface.

MesysGUIRBC* createGUIRBC();
Create bearing calculation module with user interface.

MesysGUIHERTZ* createGUIHERTZ();
Create hertz stress calculation module with user interface.

MesysGUISHAFT* createGUISHAFT();
Create shaft calculation module with user interface.

MesysGUIBALLSCREW* createGUIBALLSCREW();
Create ball screw calculation module with user interface.

MesysGUICYLGEARPAIR* createGUICYLGEARPAIR();
Create cylindrical gear pair calculation module with user interface.

 

Die Schnittstellen MesysRBC, MesysSHAFT und andere ohne GUI erzeugen Berechnungsmodule ohne Benutzeroberfläche. MesysGUIRBC, MesysGUISHAFT sind Berechnungsmodule mit Benutzeroberfläche.