Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

KF(Knowledge Fusion) invoke dll

kishorev

New member
Hello,


I am trying to register a UFunc dll into my KF code.I gave the name of the dll and required lib file in the syntax.I do not see any end results.Has any one worked in there KF code of Ufunc dll.


Defun: my_call_api(string ($libname; "ExportToKF");string ($funcname; "kf_calls_api"))


@{ Cfunc("UF_KF_invoke_user_function"; "libufun");


}Integer;


As per documentation dll should be placed in "application" directory.I do not have any idea where do i keep this "application" folder.I tried keep in UGII_CUSTOM_DIRECTORY_FILE by specify the path,still no use.


Let me know if any one is successfull in doing this.


Kishore V
 

Sponsor

Articles From 3DCAD World

Back
Top