Relative Content

Tag Archive for autodesk-forge

converting longitude lattitude file into a dwg file

I have a file with list of rectangles and lines defined by their latitude and longitude. I want to generate a DWG file from this list.
Is there an API in forge that will help me do this?
If so , what is the pricing?

Charge on AutoDesk during Fusion 360 trial is available

I just started using AutoDesk features to extract metadata from the CATProduct file, step file,…
I received information that “AutoDesk charges based on Where the file is stored”.
If the model is located on the ACC or file store on Fusion 360 data management and my account has Fusion 360 enabled, there will no longer be a charge for calling the POST /job API.
I followed the flow below but was still charged while on the 28-day left trial of Fusion 360.
[Create Folder] POST developer.api.autodesk.com/data/v1/projects/{{default_project_id}}/folders
[Create Storage] POST developer.api.autodesk.com/data/v1/projects/{{default_project_id}}/storage
[Get Signed URL] GET developer.api.autodesk.com/oss/v2/buckets/wip.dm.prod/objects/{object_id}/signeds3upload
[Upload File] PUT Upload file by Signed URL on step 3.
[Finalize Upload] POST developer.api.autodesk.com/oss/v2/buckets/wip.dm.prod/objects/{object_id}/signeds3upload
[Create First Version of File] POST developer.api.autodesk.com/data/v1/projects/{{default_project_id}}/items
[Start Job by 1 master file] POST developer.api.autodesk.com/modelderivative/v2/designdata/job
[Check Job Status] GET developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/manifest
[Retrive list of Viewables] GET developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/metadata
[Get Object Hierarchy] GET developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/metadata/{dv_guid_0}
[Retrieve Properties of all Objects in a Viewable] GET developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/metadata/{dv_guid_0}/properties

GL_INVALID_OPERATION Error and Issues with Fragment Shader Outputs

I am currently developing a custom extension for the Autodesk Viewer, and I’m encountering a problem when trying to change the color of specific parts of the model.
When attempting to change fragment colors using THREE.MeshPhongMaterial in my custom extension, The object identification is fine, but an error occurs in the material representation and the object becomes transparent, resulting in the following error in the browser console: