- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Addin - PostPword
Hey guys, I just built my own Addin but now I´m hanging on a Problem I can´t solve.
Target of that Addin is to include our own written Cycles in FeatureCAM as an UDF with all the things a normal Feature does like creating toolpaths in the simulation and so on.
My addin does everything I need expect posting Variables to my Post. -> Here I need the Variables from the Addin to fill in my Cycle in my Custom Format.
I tried the following command in the toolpath section:
Doc.SetAttribute(eAID_PostPword xxx )
Unfortunately this command seems to have a problem with the command:
Add.CallCustomFormat( xxx )
The simulation runs fine but I don´t get a NC code.
Is there something I need to know about the two commands? The API help wasn´t helpfull here...
Thank you in advance, sorry for my bad English ![]()