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
2
votes
1 answer

Eclipse has problems with log4cplus?

This has been annoying me for the past month or so. I haven't changed anything internally AFAIK, but suddenly my JFileChoosers started logging this whenever I clicked on a directory to open it: l o g 4 c p l u s : E R R O R N o a p p e n d e r s …
Octavia Togami
  • 4,186
  • 4
  • 31
  • 49
2
votes
1 answer

Maya 2013 error: Mayatomr.Geometry : unnamed object is not a mesh, ignored

I want to render and merge groundplane with object I use Maya 2013 when I try to execute it give me error: convertLightmapSetup -camera camera1 -showcpv; // Baking 1 maps // Cmd: convertLightmap -camera camera1 initialShadingGroup …
tasha
  • 21
  • 1
  • 3
2
votes
1 answer

Inquiry about writing plugins for Autodesk Maya

I am very interested in CG. However, it might be time consuming to write a program based on OpenSceneGraph .So, I was wondering of writing a plugin for Maya and use the strong rendering of Maya to apply my algorithm. I have downloaded the student…
lightrek
  • 951
  • 3
  • 14
  • 30
2
votes
2 answers

Add-in project must be .NET 3.5 rest of the codebase is .NET 4.0 how to solve?

I wrote an add-in for Inventor 2012, the add-in must be .NET 3.5 it seems. I have not found an update that enables .NET 4 yet. The rest of my codebase is .NET 4.0 and hence I cannot reference my other projects from my add-in code. Is there a…
Johan Larsson
  • 17,112
  • 9
  • 74
  • 88
1
vote
1 answer

Python Dictionary Method Calls win32com

I have run makepy on Autodesk Inventor to be able to script certain tasks. I am having trouble understanding the appropriate protocol for using properties/methods stored in class dictionaries. I have read a lot about this, including the other…
frankfralick
  • 83
  • 1
  • 7
1
vote
1 answer

Creating ACC Issues - POST request (Issues API for ACC) in Autodesk Construction Cloud using C#

I am trying to create a POST RestRequest in ACC Issues, and I am getting error as: {"title":"request validation failed","details":[{"message":"should have required property…
1
vote
1 answer

Is there a way to add a user to all BIM360/ACC projects, or remove them from all via Forge?

I see individual endpoints to add/remove a user in the public documentation; these endpoints need to be called project-by-project (requiring many API calls), so I thought someone may know a better way to approach this. If there is a way to…
egresmi
  • 13
  • 2
1
vote
1 answer

Autodesk Construction Cloud - Get file Description attribute

Surely there is a way to read the description attribute of a file in Docs using the API?!?! It isn't returned using this endpoint as it isn't a custom…
1
vote
1 answer

Autodesk viewer. Some fonts are not applied to the drawing (DWG)

Some fonts are not applied to the drawing, the customer has provided fonts with which the drawing works correctly on the web version. After adding these fonts to the references an error occurs and the fonts are not applied to the…
1
vote
1 answer

how to destroyed model in viewer immediately

currently I'm working on forge IDA, as of now my code is working very fine, I'm able to destroy & display model on viewer. work flow is that, If I click on button first time it will get file from bucket, translate to svf then display it on viewer &…
1
vote
0 answers

How can I add new scene in inventor 2022

I am able to open presentation document using C# now I want to create new scene in Inventor 2022 using C#. Scene1 As you can see in the scene1 image I want to add my newly created scene below scene1. My expected outcome should be like this Expected…
Vishnu
  • 11
  • 1
1
vote
1 answer

Implement APS (Forge) AggregatedView with React

I need some clarification on the Autodesk AggregatedView Viewer. The documentation mentions the following: React compatibility: Just set an array of nodes from the React property and AggregatedView will take care of loading and hiding models as…
1
vote
1 answer

Autodesk Forge Viewer - PDF e DWF

We are using Viewer Autodesk via Forge to view dwf and pdf. As per your guidance: https://aps.autodesk.com/blog/dwf-and-pdf-support-forge-viewer. What is the command or extension to view more than one sheet in dwf and/or pdf? (I have a dwf or pdf…
1
vote
0 answers

Autodesk Platform services : Heatmap is not reflected on the view

I would like to create a heatmap in Autodesk Platform Services (formerly forge) based on the following demo. https://github.com/autodesk-platform-services/aps-iot-extensions-demo However, the heatmap is not showing up. enter image description…
1
vote
1 answer

Identify And Update Table Records In DWG File | Design Automation API | Autodesk Platform Services API

We want to create an autocad plugin that takes input drawing (dwg file) [![Dwg file with tables][1]][1] , identify the table records in drawing and then update them as per user inputs and save the drawing. Example : In shared drawing, we want to…