You are not logged in.
Pages: 1
Hello!
I try to use
void cmeapi_set_c_fixture(index, offset);
double index;
CMEAPI_AXIS offset;
I cannot understand - what is it index? If it number of Fixture - why double? :?
Thank you!!
Gentleman will walk but never run.
http://www.postprocessor.ru
Offline
Offline
The documentation explains cmeapi_set_c_fixture():
Sets the values in the Work Offsets table. The index is the Register in the Work Offsets table.
The index is a double because of trying to maintain continuity with the now obsolete CGTech Macro Language, but it’s really a mistake it should be an integer.
Mustapha
Offline
Offline
Pages: 1