post builder
post builder
(OP)
Hi,
I would like to know if post-builder has some advanced capabilities such as local coordinates transformation along with vector manipulation capabilities?
If not then does it have advanced math functions like cross product , dot product and finding inverse of matrices, etc..
Does post builder allow to include c++ dlls for such advanced custom functions? If so,then are there any known limitaions or bugs?
Thanks.
I would like to know if post-builder has some advanced capabilities such as local coordinates transformation along with vector manipulation capabilities?
If not then does it have advanced math functions like cross product , dot product and finding inverse of matrices, etc..
Does post builder allow to include c++ dlls for such advanced custom functions? If so,then are there any known limitaions or bugs?
Thanks.





RE: post builder
RE: post builder
You can also extend the post with your own program using MOM_run_user_function.
Mark Rief
NX CAM Customer Success
Siemens PLM Software
RE: post builder
Thanks for the reply.
I was looking to set up the Euler angles and I believe this option is not available yet. However, I found all other functions I was looking for in the base files. I wanted to set Euler angles dynamically based upon the tool's current position and output G68.2 option.
A couple of years ago, I wrote this routine in VB for catia and last year I converted it into c++ to use it with a 6-axis post for icam campost. Now all I have to do is convert the routine into tcl for the postbuilder.
Thanks again for the tips.
RE: post builder
Mark Rief
NX CAM Customer Success
Siemens PLM Software