Hi all,
I am currently working on automating the creation of bookmarks for 3D objects in a local scene view using the activeView.createBookmark("Bookmark name", "bookmark date") function within a Python toolbox.
While the bookmark thumbnail displays the anticipated 3D view, there is an issue when users click on the bookmark. It appears to open as a 2D bookmark instead of the expected 3D view.
I am seeking clarification on whether the createBookmark function is designed solely for use with map views. If this is not the case, I would greatly appreciate any guidance or insights on how to effectively automate the creation of 3D bookmarks.
Assem
Solved! Go to Solution.
Hi again,
In response to the challenge at hand, I've devised a solution by crafting a dedicated settings file (in JSON dictionary format) for each 3D view bookmark. These settings are incorporated into every page of the map series, enabling the implementation of specific camera configurations. It's worth noting that the current bookmark API appears to cater exclusively to 2D bookmarks, prompting the need for a tailored approach to meet the requirements of our 3D view bookmarks.
Hi again,
In response to the challenge at hand, I've devised a solution by crafting a dedicated settings file (in JSON dictionary format) for each 3D view bookmark. These settings are incorporated into every page of the map series, enabling the implementation of specific camera configurations. It's worth noting that the current bookmark API appears to cater exclusively to 2D bookmarks, prompting the need for a tailored approach to meet the requirements of our 3D view bookmarks.