서버는 연산 모듈을 생성하는 데 사용할 수 있는 MesysCOM 인터페이스를 제공합니다. 사용 가능한 방법은 다음과 같습니다:
•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.
MesysRBC, MesysSHAFT 및 GUI가 없는 인터페이스는 유저 인터페이스 없이 연산 모듈을 생성합니다. MesysGUIRBC, MesysGUISHAFT는 유저 인터페이스가 있는 연산 모듈입니다.