Re: Revit Form Issue
Hi @mitch9TZZY If possible can you send the project, So that I can check here. I'm thinking that issue must be in the csprog file.
View ArticleRe: Revit Form Issue
Certainly, I am very new to this, so I think everything is quite a mess 🙂 Thanks for your time, really appreciate it!
View ArticleRe: Revit Form Issue
Hi @mitch9TZZY I got your problem, Your trying to create plugin for Revit 2025 right ?
View ArticleRe: Revit Form Issue
Hi @mitch9TZZY I too start from the scratch, So I appreciate asking questions.So you problem was .NET Framework. Till Revit 2024 we used .NETFramework. From Revit 2025 it was moved to .NET 8.0. So...
View ArticleRe: Revit Form Issue
Thank you so much for your assistance Mohamed, I really appreciate it.I haven't gotten it working 100% yet, but you have put me on the right track, thank you 🙂I think I know what I need to do now......
View ArticleRe: How to make a loop on Element ?
You can simply use a filtered element collector and specify all non-ElementType objects. The Building Coder has discussed numerous solutions for different requirements:...
View ArticleHow to get all families in project?
I'm using following to recieve all families in my projectvar families = new FilteredElementCollector(doc).OfClass(typeof(Family)).ToList(); But I'm not getting all of them. Why?
View ArticleRevit (2023) loading screen pop out non-stop after I close it.
Hi everyone, I have an issue with the Revit 2023.Whenever I close it, the loading screen will pop out continuously.The same loading screen when you open Revit. screenshot below for better...
View ArticleRe: How to make a loop on Element ?
Hello Jeremy,Thanks a lot or your very detailed answer. I think I'will find what I'm looking for.Best regardsBruno
View ArticleRe: Find Multi-Rebar Annotation Rebar elements
perfectly working for 2022 thank you so much 😀
View ArticleRFA to RVT conversion
"I'm encountering issues converting .RFA files to SVF for browser viewing. While .RVT to SVF conversion works correctly, the .RFA translation fails. Could you please advise on how to convert .RFA files...
View ArticleRe: How to translate .RFA file to SVF Format,
Can anyone help me with RFA to RVT conversion process
View ArticleRe: "Unable to copy elements from file." when running "SaveAsLibraryView"...
Hi @baleti3266 , Still not clear what you're doing, missing some detailled info. 1. You copy a sheet to another model, Yes?2. A empty sheet works, but with views on it it doesn't?, that sounds correct,...
View ArticleRe: LINQ and Element comparison issue
here in 2026. since this post, Revit API has been upgraded to target .net 8.0, and now in 2026 ElementId no longer supports IntegerValue, and yet I still cant reliably compare two subtype objects of...
View ArticleRe: How to get all families in project?
What families are missing (category, typeof element)?Some elements aren't families at all. Ps. Use RevitLookup what's different about them.
View ArticleRe: Revit 2023 keep crashing!
I have had this same issue in the past and have spent hours fixing the issue, only to have it pop up the next day again. There is a corrupt registry that is causing an issue with the program....
View ArticleRe: "Unable to copy elements from file." when running "SaveAsLibraryView"...
Hi Michel > 1. You copy a sheet to another model, Yes? yes, the goal is to work around limitation in revit where you cannot run SaveAsLibraryView on 3d views we have a lot of details drawn on top...
View Article