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
0 answers

Model Derivative API revit to dwg

I wanted to convert the Revit file to DWG file, so I created a job using the Model Derivative API, When I check the Manifest, Progress will succeed at 0%. The following json was used to create the job { "input" : { "urn" :…
2
votes
1 answer

Ask questions about APIs available in Autodesk Forge

I'm building a viewer environment using Autodesk Forge. Currently, i'm developing using the 'Forge-Extension project' on github. https://github.com/Autodesk-Forge/forge-extensions The aim is to view files in .rvt format and .ifc format. And i'm…
2
votes
0 answers

Auotdesk Forge Viewing ZIP file with reference Model browser did not shows loaded model names

Zip file uploaded and viewed perfectly, but the model browser did not shows the model names which are currently loaded. So we are not able to distinguish between the loaded models, even not able to understand the elements belongs to which model. is…
2
votes
1 answer

c# NavisWorks ModelItem isReadOnly() always true

I try to add some new property in existing category for selected NavisWorks ModelItem`s There is not so many example over network, and it base on same COM approach. However there special method to add property available in API. Only issue that…
Mikhail Kh
  • 176
  • 1
  • 8
2
votes
1 answer

How to determine start and end point of an object in autodesk forge 2d viewer

I am finding a way to pass my coordinates from 2D to 3D model. I am stuck with an issue where I have Line/Spine which has Start and End Point. I would like to know how can I get the Start and End point of that line which is been show in my…
Ronak Shetiya
  • 960
  • 6
  • 27
2
votes
0 answers

Unable to read schema from Extensible Storage using Design Automation for Revit

Do I have the possibility to read Extensible Storage from Design Automation? Because when I use the same dll and the same addin file like in desktop Revit, but I am not able to read schema. The Access level set to the vendor and I add to addin file…
2
votes
1 answer

Unable to verify Forge callback payload signature

I am currently using Forge Webhooks API to handle different events that might occur on a project. Everything works fine, except the payload signature check. The reason why I want to check the payload is because the callback will end up on my API and…
Marian Simonca
  • 1,472
  • 1
  • 16
  • 29
2
votes
2 answers

Trying to mirror a drawing using the AutoCAD class on C#

Currently I have an object drawn using the AutoCAD class but I the option to mirror it once drawn. I'm not sure how to go about this. [CommandMethod("DrawTestDoor")] public void DrawTestDoor() { Document acDoc =…
Joelad
  • 492
  • 3
  • 12
2
votes
2 answers

How to resize on object - Autodesk Forge Viewer

How can i change size of on object ?? i need to change height of on object For example, we need to change the height of a door or curtain on this code my object disappears let change = function () { const viewer = oViewer; const model =…
2
votes
1 answer

resize an object in three.js / Autodesk 3D Viewer (Autodesk Forge Viewer)

How do I resize and move or translate an object? This change is such that I have to move the curtain up or down I need to resize or position an object Animated or in one place (no difference) viewer3D : LMV v3.3.6 try…
2
votes
2 answers

How to add new meta data to alembic file in maya?

I want to add some extra information into the exists abc file or if its possible while creating alembic cache with some extra information in maya or any cg application using pyhon. I am appreciate any one can help me to edit the alembic file. …
Subin Gopi
  • 541
  • 2
  • 12
2
votes
1 answer

Error in viewing files in Autodesk forge viewer - error calling doc.getRootItem()

When viewing files in Autodesk forge viewer, getting the following errors, Cannot read property ‘setEndpoint’ of undefined. Screenshot doc.getRootItem is not a function. Screenshot And will be able to view after empty cache and hard reload (Ctrl +…
georgyfelix
  • 368
  • 2
  • 13
2
votes
0 answers

Create points from list of X, Y and Z in Dynamo Python Script

I have 3 lists, each is the X, Y and Z coordinates of the points. I tried using Dynamo's Point.ByCoordinates nodes, however it doesn't accept list as input. I try to create a Python script to assist me in this, however I'm very new to python, could…
Gregor Isack
  • 1,111
  • 12
  • 25
2
votes
0 answers

Inventor + Dynamo

I installed Dynamo Studio for myself and wrote in C # my dll-library, which I imported into the Dynamo project. Thus, I created my own custom-nodes for Dynamo, with which I can work through Dynamo with Inventor documents. But in the process of…
2
votes
1 answer

FBX SDK - convert all content of fbx file to text

I'm trying to learn what is within an FBX file (all of the content), but I can't see all of them in program like Blender or Maya because my knowledge about FBX is not enough, I can't tell if there is some hidden settings in the FBX files. Actually,…
123iamking
  • 2,387
  • 4
  • 36
  • 56