点击查看详细介绍

TCL and UG/OPEN API

jinly 23年前 11324 2

购买与咨询 NX 二次开发视频教程,请联系微信号:13890821008  QQ号:85585969  


How to run Ufun in

0

最新回复 (2)
  • flyboat 17年前
    1

    This function causes MOM to call the function named entry_point_name in the shared library named shared_library_name. That function can then extend the translator from which MOM_run_user_function was called. It will do this by calling a User Function function named UF_MOM_extend_translator( param, ''extension_name'', extension_entry_point ). The param will be passed into entry_point_name as the first argument. The signature of entry_point_name is the same as ufusr. The extension_name is the name of the function as it will appear in a TCL script. The extension_entry_point is the actual address of the function to be called by the interpreter when interpreting the extension_name call. (See Tcl_CmdProc.)

  • winnertu 16年前
    2

    学习中!!

请登录后发表新帖