Siyali Gupta

Siyali Gupta started this conversation 9 months ago.

0

1

aws

"How can I retrieve the pushpin position and viewer state for a TwoDRasterPushpin using the Autodesk ACC Issues API?"

"How can I retrieve the pushpin position and viewer state for a TwoDRasterPushpin using the Autodesk ACC Issues API?"

codecool

Posted 9 months ago

To retrieve the pushpin position and viewer state for a TwoDRasterPushpin using the Autodesk ACC Issues API, you can follow these steps:

Find the Pushpin ID: Identify the pushpin ID associated with the TwoDRasterPushpin you want to retrieve.

Retrieve Pushpin Details: Use the API endpoint to fetch the details of the pushpin, including its position and viewer state.

Use Viewer SDK: Utilize the Autodesk Viewer SDK to render and interact with the pushpin in your application.

By following these steps, you should be able to access the necessary information about the pushpin and its state in the viewer.