autodesk designautomation - Is possible to map the design automation API result data to the viewer API objects by objectId? -
using design automation api, extracting data 2d dwg file. extracted data contains circles, lines, polylines , so.
question: objects in viewer api , data extracted design api same 2d dwg file. so, can able identify objects both apis object id's? or there way map viewer api object design api output?
yes, can use object handles uniquely identify objects in viewer , design automation. sounds want extract data dwg using design automation , show data in viewer. have sample this: https://github.com/autodesk-forge/design.automation-custom-data-viewer sample shows how generate viewer data on design automation (thus avoiding having process dwg twice).
Comments
Post a Comment