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?
Is there a way to download sheets from Autodesk using its API?
I am currently working on a data integration project involving Autodesk, and I need to download PDF versions of sheets. However, I have been unable to locate an endpoint in the Sheets API that facilitates this.
How to save/convert an IPT/IAM file to .glTF/.glb using Forge?
We want to save an Inventor Part (.ipt) or Assembly(.iam) to .glTF file using Forge APIs. Is there any API available in Forge to do this?
Note: We can do the same in Desktop Inventor using Translator Addin.
Map Navisworks camera back to Forge viewer
Following the below post, I would like to map a Navisworks camera back into Forge, so going backward.
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:
I’m trying to retrieve properties from viewer forge autodesk but it doesn’t work
I’m trying to retrieve properties from my viewer via the model derivate api but I always get a 400 error. Here’s my request:
const response = await axios.get(
https://developer.api.autodesk.com/modelderivative/v2/designdata/${encodedUrn}/metadata/febf6635-9f7e-5505-8c33-175d630fbea4/properties
,
{