Custom Button Creation Help

I am trying to create some custom buttons and I was hoping these things are actually possible and I just don’t know how. I am basically trying to make navigation buttons so the user of the 3D PDF does not need to right click to access certain menus.

How can I make:
A button to launch the cross section properties menu
A button that will turn only the selected part transparent
A button that will let me toggle between transparent and solid render modes (instead of a separate button for each)

Are there any fancy tricks I can learn to make these buttons?

Hello bhuerta,

These questions will require advanced Javascript knowledge and we advise you to take a look at the Javascript 3D API Reference documentation for Acrobat.

the solution would be to directly code the expected behavior in Javascipt and add a “Run a Javascript” option in the button properties

Tetra4D Support Team