-
1. Re: Creating 3D comments via Javascript
Dave Merchant Mar 29, 2012 12:18 AM (in response to BriggsD787) -
2. Re: Creating 3D comments via Javascript
BriggsD787 Mar 29, 2012 8:34 AM (in response to Dave Merchant)That confirms what I suspected.
So the follow-on question is: if I can't do it via Javascript, can I write a plug-in using the SDK to do it? From an initial reading of the 3D sections of the SDK its unclear whether there is support for the creation of 3D comments. The support for the creation of 3D markup appears to be the creation of 3D notes and tolerances in the PRC format as additional content in the 3D content, not as 3D comments to be applied to the 3D content. I'm unable to find support in the SDK for creating 3D comments like the ones availble interactively.
As a related rant: the terminology used in the API document is very inconsistent. 3D Annotations refer to the 3D scene, 3D markup refers to GD&T like content in the 3D scene whereas these terms refer to commenting tools in the Acrobat/Reader interface.
-
3. Re: Creating 3D comments via Javascript
Dave Merchant Mar 30, 2012 1:08 AM (in response to BriggsD787)You can do pretty much anything you want via the SDK (using plugins or IAC), as even when there's no direct access to the UI tools, you can write low-level data into the PDF (creating a 3D annotation is fully documented in the ISO PDF extension). However, questions about using the SDK should be posted to the dedicated forum, where the engineers can provide detailed help.