Autodesk Inc. is an American multinational corporation that focuses on 3D design software for use in the architecture, engineering, construction, manufacturing, media and entertainment industries.
Questions tagged [autodesk]
981 questions
-1
votes
1 answer
Missing API's while creating autodesk forge application
I'm new to Autodesk Forge API. Planning to use it for converting Revit files. But when creating an app inside the Forge console, the system doesn't allow me to select relevant API's to "turn them on" for the app.
http://prntscr.com/hgb9ib
While…

Alex Zhezherov
- 1
- 1
-1
votes
1 answer
Uninstalling AutoCAD
So I ended up downloading both AutoCAD and MAYA for my education, but it turned out that I only needed MAYA for my classes and not AutoCAD. I never used my student license on AutoCAD, so I shouldn't have to worry about the licensing. However, for…

Ethan Dale
- 11
- 2
-1
votes
1 answer
How to sign out from Autodesk account by API?
I'm developing application using Autodesk Forge API.
I want to implement sign out not only from my app(by session cleaning) and from Autodesk Account.

Tony V.
- 350
- 1
- 4
- 21
-1
votes
1 answer
Same attribute for 4 different classes
I have a problem for a script in a 3D GIS software (Infraworks).
I need to say to a 3D model to have the same random value for 4 different attributes, x,y and z scale and z movement.
Someone knows how to do it?
At the moment I wrote this script, but…
-1
votes
1 answer
Autodesk view-and-data load the Extension Material error
When I loaded the Material extension, like this:
[enter image description here][1]
[enter image description here][2]
But failed~
Uncaught ReferenceError: require is not defined
More details :
issue_link

ycjcl868
- 432
- 3
- 7
- 18
-1
votes
1 answer
Revit API Class Opening Infomation
can we add new parameters to the opening class in Revit?
not for the shaft opening but for the others opening:
Rectangular Straight Wall Opening
Floor Opening cut
Roof Opening Cut
can we change the opening class family name or add parameter to the…

Jason Kee
- 1
- 1
-1
votes
1 answer
how to load qt compiled c++ code in maya?
Is there any way to load qt compiled c++ code in maya?
//example code
void MainWindow::on_pushButton_clicked()
{
ui->labell->setText("Hello");
}
actually i was created basic ui with text and push button, what i want is text should change to…

Anvesh Chary
- 65
- 1
- 11
-2
votes
1 answer
Project Activities available for public
This was asked in 2020 and I saw there is a beta for it:
Getting "Route not enabled for account" error while sending api activity request
Is there any update on when this Beta will be…
-2
votes
1 answer
How to hide reference models in forge
https://forge.autodesk.com/en/docs/model-derivative/v2/tutorials/translate-source-file-containing-xref/task3-translate-source-file/ With using this tutorial I have translated reference linked model. Now I want to hide reference models in forge…
-2
votes
1 answer
Revit Api.. How can I set the "View Template" parameter to none? I am using C# to duplicate a view
I am duplicating a View using the API through an external Application but I want to set the "View Template" type parameter to none once it is created.

Luis Arias
- 1
- 1
-2
votes
1 answer
Autodesk forge dashboard layup turn into blank after it showed for one time
I exactly follow the steps of tutorials from https://learnforge.autodesk.io/#/tutorials/dashboard and the lab lecture from the autodesk https://www.autodesk.com/autodesk-university/class/Learning-Lab-Your-first-Forge-Dashboard-2019#video. And the…

Daiqi Lyu
- 3
- 2
-2
votes
1 answer
Forge API NullReferenceException with Credentials.FromSessionAsync()
I am working on the Forge API tutorial at https://learnforge.autodesk.io/#/?id=learn-autodesk-forge but am having an issue. I am using the .NET (C#) examples and have followed through to the end but when I try to run the app it gives an error. …

Gerry
- 23
- 5
-2
votes
1 answer
Why is G3 continuity only achievable between two edges?
Why is G3 continuity only achievable between two edges?
For example, curve 1/2/3, 4/5/6, 7/8/9, 10/11/12 are all G3 continuous. The center surface is built with G3 constraint on edge 5/2. Since curve 1/2/3, 4/5/6 are G3 already, how come edge 8/11…

June Wang
- 499
- 2
- 6
- 20
-2
votes
1 answer
Autodesk Forge Data management api - get share link
Using the forge data management api is it possible to retrieve a share link for a file? Manually you would retrieve this by first clicking 'Share Link'
Then using the public link highlighted below

Connor Ferguson
- 37
- 7
-2
votes
1 answer
why does name error occur when module is run by importing but not when run from script editor in maya
all i am trying is to is add more items to dictionary and populate with second button if necessary!!! everything goes fine, on running code from maya script editor by clicking on the blue play button but if i import this script
import…

Ciasto piekarz
- 7,853
- 18
- 101
- 197