Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
21 views

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 ...
M45's user avatar
  • 1
0 votes
1 answer
55 views

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 ...
Mohit Mangal's user avatar
0 votes
0 answers
25 views

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'. ...
David's user avatar
  • 11
0 votes
1 answer
84 views

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 ...
Praful Bharate's user avatar
0 votes
0 answers
31 views

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 ...
Johan Morales's user avatar
0 votes
1 answer
168 views

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 ...
SergeySSH's user avatar
0 votes
1 answer
52 views

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: ...
kevinzurro's user avatar
0 votes
1 answer
51 views

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 ...
rePatric's user avatar
0 votes
0 answers
78 views

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 ...
Cristiano's user avatar
0 votes
2 answers
113 views

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 ...
whitelined's user avatar
-1 votes
2 answers
79 views

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 ...
user2514185's user avatar
0 votes
1 answer
48 views

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?
Omar Hasan's user avatar
0 votes
0 answers
29 views

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 ...
Johan Morales's user avatar
0 votes
0 answers
160 views

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 ...
INNA's user avatar
  • 141
0 votes
0 answers
73 views

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 ...
theandroid's user avatar
  • 1,063
0 votes
1 answer
160 views

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 ...
Gokul Easwaran's user avatar
0 votes
1 answer
58 views

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 ...
Mark McKeon's user avatar
-1 votes
2 answers
284 views

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 ...
zavla's user avatar
  • 1
0 votes
1 answer
54 views

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 ...
Leandro Arns Gonzales's user avatar
0 votes
1 answer
68 views

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 ...
Eugene Shtoka's user avatar
0 votes
0 answers
36 views

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: ...
homecoder's user avatar
0 votes
1 answer
149 views

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....
John's user avatar
  • 1
1 vote
1 answer
262 views

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 ...
IdoBa's user avatar
  • 435
-1 votes
1 answer
57 views

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 ...
NIA BIM's user avatar
0 votes
2 answers
451 views

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 ...
anthip's user avatar
  • 175

1
2 3 4 5
33