Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have few objects that I wish to show only if a specific bookmark is selected. Can I do that? Thank you
Hi,
you can try to insert in the load script a inline with data that represents your choices.
Then you can select a value (i.e. 1) and create a bookmark, then do the same with other values.
So you can go in Properties panel, and in the Presentation tab you can enable the conditional functions.
If you don't want to see the list (in the example _viewType) you can insert a conditional function to the list set to vHide='Y' (after create a varaible called vHide in Document Properties --> Variables).
See the attach.
Simon
Hi,
you can try to insert in the load script a inline with data that represents your choices.
Then you can select a value (i.e. 1) and create a bookmark, then do the same with other values.
So you can go in Properties panel, and in the Presentation tab you can enable the conditional functions.
If you don't want to see the list (in the example _viewType) you can insert a conditional function to the list set to vHide='Y' (after create a varaible called vHide in Document Properties --> Variables).
See the attach.
Simon
Thank you very much!!
You're welcome!