Re: PostCommand of external command (coming from ribbon) not working
The code should work in all Revit version. I'm using my library that have some extension for Revit Ribbon Panels, https://github.com/ricaun-io/ricaun.Revit.UI I'm trying to understand the reason your...
View ArticleRe: SetGeoCoordinateSystem
Great! Congratulations on resolving it, and thank you for your appreciation and sharing your code.
View ArticleRe: how to gets relation of element with its tag or its label?
Many thanks to Tom, Mohamed and Daniel for digging in and helping with this! I shared their answers on the blog:...
View ArticleRe: Questions for Autodesk C++ developers working on core functionality of Revit
I cannot answer these questions. I'll see if I can find someone who can help. Meanwhile, I suggest you take a look at the Autodesk careers web page to get an idea of the employees Autodesk is currently...
View ArticleRe: Questions for Autodesk C++ developers working on core functionality of Revit
Thank you Jeremy!I've already checked the careers page and I see that there are not many job ads for C++ developer (i counted only 2). That is why I decided to ask here in hopes of getting samo more info.
View ArticleHow to create Tags / Markups using the API
I need to create tags using the API, something similar to this : I could do this in NavisWorks using RenderPlugin, is there something similar in Revit ? How can I add click events to these tags ?
View ArticleValidation Tool - Showing Revision
Unsure if this is the correct area to post this. I am looking to use the validation tool/interoperability tool to create reports based on parameters in our files. Currently i am able to get the tool to...
View ArticleRe: Calculated value-field with formula
Hi everyone,I am working on creating schedules programmatically in Revit using the Revit 2025 API. Adding fields for parameters works perfectly—I can retrieve the parameter IDs and use them to add...
View ArticleRe: Run ExternalCommand from Dockable Pane Button without Registering in...
Thank you for the information!I understand that the dockable pane is modeless and exists outside of the valid Revit API context. The external event is used to switch between the modeless context and...
View ArticleRevit 2024 fatal error while running the addin
I have developed the addin for Revit 2022, it is working fine on this version. When I am trying to test on the 2024 it is giving the following error in the image.
View Article回复: Project Parameters not being created when a second document is opened
Hi @sensiblehira :im so sorry not answer you question quickly .i debug and run you new code , and open different documents more then two times , is all ok. the code push ``add new patameter``dialog...
View ArticleRe: Run ExternalCommand from Dockable Pane Button without Registering in...
Basically, yes, absolutely. Whether the command is listed in external tools menu or not depends on whether it is listed in the add-in manifest file *.addin. You may happily implement an external...
View ArticleIncluding System Families in a Revit Add-In
I have been developing an add-in for Revit that allows users to visualize and place families without needing to access the Project Browser. In this add-in, our administration manages which components...
View ArticleIs there any way to measure and adjust the exact value of the focal length...
How can I quantitatively adjust the focal length and FOV of a camera in Revit? It seems that I can only change the focal length by dragging in the plan view. In addition, what are the specific FOV and...
View ArticleRe: Including System Families in a Revit Add-In
System families are built in to Revit. You can use them in their built-in state as is. There is no need to add them to your add-in, because they are already contained in and provided by Revit.
View ArticleRe: Is there any way to measure and adjust the exact value of the focal...
I do not have a clear description at hand for you, so I asked an LLM to summarise and instruct, as described in my blog post yesterday. Here is the answer it provides; please take a look at let us know...
View ArticleHow does Revit change the diameter from the perspective of the Autodesk API?
Hi all,Does anyone know how the process of switching diameters works in Revit for presented operation?What happens in the background?For example, after selecting a pipe and choosing a new diameter:Does...
View ArticleRe: Questions for Autodesk C++ developers working on core functionality of Revit
The development team replies: This depends a bit on the specific role and job level being hired for. Some roles are nearly 100% in C++ code and would have specific expectations about algorithm...
View ArticleRe: How does Revit change the diameter from the perspective of the Autodesk API?
The Revit API is not involved at all in the steps you show, afaik. All that functionality is built into the Revit product. The API provides a wrapper around that functionality to enable access to...
View ArticleRe: How does Revit change the diameter from the perspective of the Autodesk API?
Basically, I'm looking for the most optimal way to replace diameters in a pipe network for a given pipe type. Imagine you have a system with various diameters, but you need to replace them with...
View Article