Answered
Hoi together,
my question is, if a 3D-model is open (or enabled) in the pdf, you see the world axes on the bottom left side of the 3D-model in the pdf. How can I disable them?
I read through the documentation (js_3d_api_reference.pdf page 80) and found following JavaScript:
showAxes
Determines whether the world axes are displayed.
Can somebody please give me the right syntax for the JavaScript, I gon't get it to work.
Thanks
scene.showOrientationAxes = false;