Closed dukedhx closed 5 years ago
Forge Node.js SDK requires a string array of object id to extract geometry from a source file (https://github.com/Autodesk-Forge/forge-api-nodejs-client/blob/master/docs/JobObjOutputPayloadAdvanced.md ). But forge returned a message that the data format was wrong.So I check model derivative API document(https://forge.autodesk.com/en/docs/model-derivative/v2/reference/http/job-POST/ ). According to the document, I have to send integer array of object id to extract geometry from a source file.
not sure why this failed, seems correct to me, @cyrillef ?