1,605 questions
-1
votes
0
answers
21
views
Dockable panel height issue revit api
I have an issue with setting the height of a Dockable Panel in Revit. I created a panel that should appear at the bottom of Revit with a fixed height (for example, 50 px). However, every time I start ...
0
votes
1
answer
55
views
Not able to control and export linked Files as IFCs [closed]
Tried using API to control the behavior of Linked Files export as IFCs using the IFC Exporter API in Revit 2024.Not able to implement. Code snippet below for reference. Good to know if any other API ...
0
votes
0
answers
25
views
Programmatically downloading an Autodesk ACC model
how can I programmatically downloading an Autodesk ACC model?
Do I need a 3-legged token?
Following is my code, I'm getting 403 forbidden, I belive the problem may be with 'storageHref'.
...
0
votes
1
answer
84
views
Query on Fetching Material, Mass, and Volume Data Using AEC Data Model API
I am currently working on a project where I upload a Revit model to ACC and fetch properties using the AEC Data Model API.
My primary goal is to retrieve elements along with their associated material ...
0
votes
0
answers
31
views
How to run DynamoModel and Autodesk.DesignScript in C# addin
is there a way to use StartupUtils.MakeModel in revit API ? i'm making an Revit addin in C# based on a Python script that uses DesignScript.Geometry , this script works well but i'm trying a lot of ...
0
votes
1
answer
168
views
Design Automation for Revit; update workshared Revit model in ACC
Our application is designed to work with Revit files stored in Autodesk Construction Cloud (ACC). The main goal is to update these models with the latest external data.
The workflow is fairly ...
0
votes
1
answer
52
views
CultureInfo and Resources resx in add in for Revit
I'm developing a multilingual add-in for Revit 2024.1 following the steps of ricaun, posts by Jeremy Tammik, Step-by-Step Guide and others. The add-in has two ".resx" resource files:
...
0
votes
1
answer
51
views
Is there any way to make a export format compatible to Revit in Three.js
Currently I'm planning to do a project which create a 3D image using Three.js. But i want to export the result in a different format so that it can be compatible with the Revit Software. I done some ...
0
votes
0
answers
78
views
Extract Metadata from a RVT file
I need to extract metadata from a rvt file but I don't know how to do that.
I tried to follow Autodesk's guide for how to Extract Metadata from a Source File but I've discovered that I can't convert a ...
0
votes
2
answers
113
views
WPF Class library throws System.Windows.Markup.XamlParseException when referencing assembly WPFLocalizeExtension
I'm starting to look at adding localisation my plug-in (For Revit if that's relevant), using WPFLocalizeExtension.
I've used nuget to add WPFLocalizeExtension to my project, and everything compiles ...
-1
votes
2
answers
79
views
How to attach to a Revit instance process and test the Revit API?
I'm using Revit versions 2023, 2024, and 2025. The version depends on each project.
Now I'm writing an App using C# and the Revit API. However I don't want to call Revit to debug inside the App ...
0
votes
1
answer
48
views
Upload and manipulate model in APS for Revit
I need to upload a simple beam model from Revit then to update it's height or width from a web app endpoint
Is this possible?
0
votes
0
answers
29
views
Can't Convert from MEP Design elements to FabricationPart with DesignToFabricationConverter class
I'm new with Fabrication Parts in Revit API, I want to convert MEP Design elements ( ducts and pipes ) to fabrication Part given a service, but at themoment of execute the transaction , convertResult ...
0
votes
0
answers
160
views
How to handle a Dialog Box In Revit with Revit API?
While working with pyRevit and Revit API to convert a file from one format to another, I am encountering the below dialog box with the ID - Dialog_Revit_DocWarnDialog. Selecting 'Unjoin Elements' is ...
0
votes
0
answers
73
views
DataManagementAPI - Publish Workshared Cloud Revit Models with a publish setting
I am using PublishWithoutLinks endpoint in a workflow to auto publish workshared cloud revit models. Is there a way to provide Publish Settings in this endpoint? Eg: only a specific view name needs to ...
0
votes
1
answer
160
views
Why is Revit preventing me from linking models from the 'Consumed' folder on ACC?
I've written a script in pyRevit to fetch the Model Guid from ACC using the Data Management API, in order to programmatically link cloud models into the Revit file. I have "Admin" rights to ...
0
votes
1
answer
58
views
Using loadDocumentNode in Forge viewer API only returning single element when array passed in
Hi I would really like to know why I can only display a single item when I try to load elements by specific dbIds. I am passing in an array like so [12345, 6789] and it will only display a single ...
-1
votes
2
answers
284
views
How to get all the working sets? Revit API C#
I want to display all the Worksets in a combobox. I looked at the revitapidocs website, there is a GetWorksetIds() method there. But for some reason it doesn't work in my code.
WorksetTable ...
0
votes
1
answer
54
views
Getting Coordination Models fileName and Path in active document
Hi there people and robots
I am trying to get (and failing doing so) the coordination models filenames and path's in my active document.
I tried using RevitLinkInstances, but it's not a revit link so ...
0
votes
1
answer
68
views
Accessing Latest ACC File Version (Later than Published)
I'm working with APS and need to access the absolute latest version of a file in ACC. This version is newer than the one currently published/shared.
Is there a way to do this within APS or do I need ...
0
votes
0
answers
36
views
Revit, SectionView (viewing from above) created from FloorPlan is mirrored
I try to create a SectionView out of FloorPlan. The viewing direction is from above, actually the same as in the FloorPlan. The SectionView created is mirrored:
resulting section view
Here is my code:
...
0
votes
1
answer
149
views
Create line load on wall in Revit 2024 using Revit API
I try to create a line load on a wall in Revit 2024 using python. But I'm getting an error. I have attached my code and error image below, can anybody help in solving this.
import clr
import Autodesk....
1
vote
1
answer
262
views
Revit API how to filter elements from Revit Links
Im using Python, pyRevit and Revit 2021
Main goal
I want to use the FilteredElementCollector in order to collect specific elements within Revit Links linked in my project.
My problem
My question is ...
-1
votes
1
answer
57
views
Create Multi excel Table for Each Worksheet by C#
hope be well.
I have multiple quantity take-off and each quantity has a specific worksheet.
I faced error when I wanted to create the table for them The error was "Table name invalid"
the ...
0
votes
2
answers
451
views
Migrating addin to Rvt2025 - WPF raises exception
I have successfully migrate my addin fron .NET Framework to .NET Core, except for WPF windows.
Every command that opens a WPF window raises an Exception "could not load file or assembly" on ...