You are not logged in.
Pages: 1
Hello!
I try to create my own Dll as application for VERICUT.
One question: How I can get value of text variable? The function cmeapi_get_alpha_nc_var(varname) return double value only..... :?:
Offline
Hi,
Unfortunately it is not possible with current functions
I suggest you ask your CGTech representative to enter an Enhancement Request to have a function string cmeapi_get_alpha_nc_text_var(varname)
Mustapha
Offline
Thank you!
I have solution for this problem. Not so fine - but - working. When I set text var (using ordinary MACRO) I make a copy this var to LabelName , and later from my DLL I can get this var from function cmeapi_get_c_text_vars(CMS_C_LABEL_NAME);
Thank you for advise.
Offline
That is a really clever resolution :idea: ! Thanks
Just be carefull to not use the variable name as a real label!
Mustapha
Offline
Pages: 1