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
0
votes
1 answer
Autodesk Revit MEP 2010 .NET API C# room to door relation
Working with VS 2008 and Autodesk Revit MEP 2010 in C# I am trying to find out if a door is connecting to rooms:
ElementSetIterator elementsetiteratorBIMDoors =
bimdoors.getBIMDoors().ForwardIterator();
while…
user134146
0
votes
1 answer
How to set the value of a shared parameter with type binding in Autodesk Revit Architecture 2010?
I have a shared parameter UValue bound to the Wall type with TypeBinding in Autodesk Revit Architecture 2010.
I can easily access the parameter with:
Definition d =…

Daren Thomas
- 67,947
- 40
- 154
- 200
0
votes
1 answer
how to add maya outliner to tabLayout
I want to add maya outliner inside of the existing tabLayout
I came across a page that shows how to do it in MEL(the second method)
how would I do that in python ?
myOut= cmds.outlinerPanel()
cmds.control(edit=True,parent="outlinerLayout" …

Ciasto piekarz
- 7,853
- 18
- 101
- 197
0
votes
1 answer
How can I access the overridden properties of a .NET API object in IronPython?
I am using IronPython to create a shell for a plugin API to Autodesk Revit Architecture 2010 to speed up learning their API.
One of the classes the API provides is Autodesk.Revit.Elements.Room, derived from Autodesk.Revit.Element.
I would really…

Daren Thomas
- 67,947
- 40
- 154
- 200
0
votes
1 answer
VBA File Dialog .FileName removing .1 from end of file name
I am using visual basic to write a Macro for Autodesk Inventor. I created a macro that calls a file dialog, see code below. Everything works fine except when a user puts a file name in with a period and a number greater than zero following it.
For…

BlueBeardo
- 47
- 1
- 4
- 9
0
votes
3 answers
Autodesk Inventor Add-In does not load
I have Autodesk Inventor 2012 and its SDK, including add-in creation wizards, installed. I have created an add-in project (in VB.NET), and used the code from SimpleAddIn sample provided. .addin file points to the location of dll output of the…

Srv19
- 3,458
- 6
- 44
- 75
0
votes
1 answer
adding libs ONCE for lifetime in autocad 2012
I am using Autocad 2012. I need to upload libs everytime when I open the Autocad. Is there any way how to avoid this and load libs file by-default when Autocad 2012 is opened?
Please let me know what needs to be done.
Note : some libs are there…
user1203613
0
votes
1 answer
3D Max generate objects from animation frames, copy frames to viewport
Is it possible to copy all animation frames into separate objects in the viewport?
I am already using the Path Deformation and the Array tools, but they cannot (as far I know) animate materials. Also, their output cannot be edited with the curve…

warmwhisky
- 409
- 1
- 10
- 22
0
votes
1 answer
Problems with generating normal maps
I am trying to create a normal map from a model using 3DS max.
when i goto “Render to Texture” and press render, i get an image with red color.
In projection mapping, when i click on pick , i don’t find anything to pick. Can anybody help me create a…

sahil
- 1,108
- 3
- 15
- 25
-1
votes
1 answer
Unity Autodesk.Fbx, how to extract animation from fbx file during runtime?
As we know, fbx file can conatin animation. How to get animation of fbx file in unity during runtime?
I use this script for printing position, rotation and scale of every node of fbx. How can I get position, rotation and scale of the fbx at any…

Anonymous
- 13
- 4
-1
votes
1 answer
How to fix Error calling Authenticate in forge-rimconfigurator-inventor?
add .env file but not work, also try to add launch.json but still od not work. any suggestion plz.
I am using vscode so unable find enviorement variable to set client id & secret.
{Hosting environment: Production Content root path: e:\New…

Dhaval3112
- 11
- 3
-1
votes
1 answer
What is a recommended maximum file size?
APS failed to translate this 3D model properly. It lacked some parts
https://grabcad.com/library/the-concept-of-the-heat-removal-system-of-a-high-flux-research-reactor-1
I thought this happened because the file size is too large.
What is a…

Yusuke
- 43
- 5
-1
votes
1 answer
Autodesk Forge Viewer - PixelCompare extension - how to show measurements in compared documents
Is there some way how to show measurements in compared documents - compared using new Pixel Compare extension? In previous version of Autodesk Forge Viewer there was custom extension that allowed this (see screen below) - it was possible to draw…

Muamar K
- 1
- 1
-1
votes
1 answer
How to place an icon in a place where I click using Autodesk Service Platform?
When I click on an object, I want an icon to be placed where I clicked.
How can I achieve it?
This sample uses dbid and the position of an icon is the center of the object of the dbid, not the place where I…

Yusuke
- 43
- 5
-1
votes
1 answer
Autodesk Fusion 360 DB Error preventing program use
Problem:
I'm troubleshooting why Autodesk Fusion 360 is failing to fully open. After installing an update today (24.7.22), the software failed to open. The only other thing that was done was attempting to download a CAD file from the Autodesk…

Collin Owen
- 1
- 1