python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Exporting single OBJ out of multiple model URNs
I have implemented multiple models viewer using Autodesk forge. We are trying to achieve a functionality where users could select entities from different models from multi-model viewer and export a si...
ajitspyd
Votes: 0
Answers: 1
Is there a way to create an ACC Docs item(version) from a design derivative?
The use case is very simple: We have Autodesk Revit files, which are hosted on Autodesk Construction Cloud (Docs) and want to convert them to IFC. Users should be able to download the resulting IFC fr...
kai
Votes: 0
Answers: 1
Forge Viewer Properties Drop Down
I'm trying to create a dropdown menu that is populated by a distinct list of all the property names in a model/multiple models that are in the forge viewer.
is the best way to
1 . get bulk properties
...
TD123123123
Votes: 0
Answers: 1
Autodesk Forge Model derivative API - resumable upload in python
I am trying to implement resumable upload in Python for a file size 765759548 (765MB) bytes. I wrote a test code to upload first 5MB as follows:
fileHandle=open(FilePath,"rb")
payload = file...
Sivaranjani
Votes: 0
Answers: 2