Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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.