Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hide datum’s, axis,points,etc into layers which is not controlled thru layer command.
I have not tried implementation but you can give a try below API:
Thanks and Regards
Ketan
Please find a piece of code I'm using
// Declarations
ProLine w_old_axis_display; |
// Backup current display mode (here for axis only) | |
ProConfigoptGet(L"axis_display", w_old_axis_display); | |
// Set your mode | |
ProConfigoptSet(L"axis_display", L"yes"); | |
// Do what you want |
Hi all,
Nikhill, take a look at TestLayer.c in pt_examples directory.
HIH.
Feliks.