Questions tagged [autodesk]

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.

981 questions
-1
votes
1 answer

Autodesk Forge Viewer loading heavy models VS BIM360 Viewer

We have a large .nwd model (1.6GB) that we are uploading directly to forge. I have hidden some elements in the viewer so only some of the elements are translated in the view to make it lighter. I am still having issues with SVF and SVF2 times to…
-1
votes
1 answer

Python - Objects of a list matching objects positions of another list

I'm trying to match positions of objects with similar names from different lists in my maya scene using python. i.e In my scene there are 100's of big boxes ("Box_01_obj","Box_02_obj"...) and 100's of small boxes ("Box_01_obj_small",…
-1
votes
1 answer

Autodesk Forge viewer for .dwg fileș

The Autodesk forge viewer, from the learning samples, does not seem to have a 3d viewing option when opening a .dwg file. Is there a way to view a .dwg file in 3d rather than just a plan view? A shading option would be useful as well as many .dwg…
-1
votes
1 answer

| autodesk Forge | Export RVT into multiple 3D views

Is it possible to convert/translate/export RVT into SVF to get multiple 3D views by using autodesk forge C# library or rest API? By default I am getting only {3D} file after translation/export.
-1
votes
1 answer

Autodesk Forge Viewer Loading time in android getting delay,Performance slow using Xamarin ,Forge Offline Viewer

When I am Moving or Zooming Out Model Getting to very Slow and Performance also slow, But BIM360 Mobile Autodesk Application Working Fine in android Mobile. So, What I am looking is while the model or object moving in mobile app disable the loading…
-1
votes
1 answer

Can't show translated .zip files on Autodesk Viewer after translating them with Forge APIs

I've tried following the tutorial on how to translate .zip files sending all the requests using Postman. Everything went smoothly with no errors and the responses where all as they were supposed to be. In the end I saved the response as a .stl file…
-1
votes
3 answers

Why does A VB.NET DLL Addin for Inventor compiled on an Intel machine work on the Intel machine but not on AMD?

Im developing continually an inventor Addin in VB.Net in visual studio 2019 , i have multiple machine different builds , but once in a while some machine just don't want to load the Addin f.e. the current version i have now works on all machines…
-1
votes
1 answer

application.Children is an empty list while using SAP GUI with VBScript:

The enumerator of the collection cannot find en element with the specified index. I get the above error on line number of 3 of the following code: Set SapGuiAuto = GetObject("SAPGUI") Set application = SapGuiAuto.GetScriptingEngine Set connection =…
suyash ghuge
  • 95
  • 2
  • 13
-1
votes
1 answer

visual studio c++ project cannot find .dll

I have downloaded the Autodesk fbx sdk and trying to build a simple console app. I have added additional directories in Linker / General / Additional Library Directories like follows: see the screenshot of the directory below. There are several…
Serhii
  • 355
  • 2
  • 11
-1
votes
1 answer

X,Y,Z coordinates of an object in the viewer when you select it from the tree

is it possible to get the X,Y,Z coordinates of an object when you select it from the object tree itself. I know you can do it when you mouse click on a particular object but i want to get the coordinates when using the navigation tree. Is there a…
udda
  • 93
  • 1
  • 14
-1
votes
1 answer

Can't click on the POI i put on a Forge viewer

Hi i tried a forge viewer with some point of interest to put iot on it. me program is in react. here's my code poiExtension.js here we have all the poi's called by a json (x,y,z): let Autodesk = window.Autodesk; let THREE = window.THREE; //…
Saif Ejjilali
  • 107
  • 2
  • 3
  • 12
-1
votes
2 answers

How to add a mesh to forge viewer v6 using Typescript?

I need to know how to add meshes to Forge Viewer v6 using Type script. I went through all the topics and articles and it was working with v4. Now when I try the following code: private wallGeometry: THREE.BoxBufferGeometry; drawWalls() { …
-1
votes
1 answer

Cast .Net object to another .Net object in IronPython, Dynamo

the revit API IndependentTag.Create() method requires a Reference object as one of its inputs A Reference object is instantiated with a revit Element object I have bunch of revit Wall objects which inherit from the Element class in C# I can simply…
r.schmitt
  • 53
  • 1
  • 10
-1
votes
1 answer

How can I change the names of objects in a DWFx file?

I did a conversion program to change the object structure of a DWFx file, and it works fine. What I did was to open the DWFx file as a zip archive, parse the internal XML files, and reorganize them, creating new parent nodes when needed. But what…
Tiago Raposo
  • 17
  • 1
  • 5
-1
votes
1 answer

2D Floor Plan not loading correctly in Viewer

I am using Autodesk Forge to display 3D model and floor plans of a building in a web application. I am using rac_advanced_sample_project.rvt sample model I found on Autodesk Knowledge network sample revit projects. I was able to display both 3D and…