Re: MEP 製造用パーツのダクトに断熱材やライニングを追加したい
Translation to English: I want to add insulation and lining to the duct of MEP fabrication parts. I am currently studying facility BIM.I would like to know about air conditioning ducts.I am using...
View ArticleRe: MEP 製造用パーツのダクトに断熱材やライニングを追加したい
Here are some notes on this from The Building Coder: Pipe Insulation and Insulation MaterialWhat's New in the Revit 2012 API > Duct & pipe insulation & liningSci-Fi, Languages and Pipe...
View ArticleRe: MEP 製造用パーツのダクトに断熱材やライニングを追加したい
Gemini has much more to say on this topic: https://g.co/gemini/share/5fd69c6697ba
View ArticleRe: Parameters de-link issue in master model
I have not heard of anything similar before and don't quite understand what you mean. Can you please explain in further depth? What do you expect, what do you observe, what is the difference, what is...
View ArticleRevit Link issue in Cloud model
Hi, I am getting null exception from Revit API when I try to add Revit link file in existing cloud model. Steps Open the existing main Revit model.link any existing cloud model into the Main model by...
View Article"Unable to copy elements from file." when running "SaveAsLibraryFamily"...
Revit fails to "SaveAsLibraryFamily" on sheets generated using below command - it duplicates views from a selected sheet as drafting views and places them on a newly created sheet. Sadly Revit refuses...
View ArticleHow to make a loop on Element ?
Hello to all, Iwouldliketoknow how to makealoopontheelements(equivalenttoIfcElement).Thatistosay, ageneralizationofbuildingcomponentsthatwouldmakeitpossibletorecover all objects without specifying the...
View ArticleRe: "Unable to copy elements from file." when running "SaveAsLibraryFamily"...
Hi @baleti3266 , Where does it go wrong exactly? Also what's "DraftingViewDuplicator", how do duplicate a modelling view into a draftingview, that's not possible in Revit, what should that generate? -...
View ArticleRe: "Unable to copy elements from file." when running "SaveAsLibraryFamily"...
Hi Michel, the command successfully create a new sheet with new views duplicated from the original sheethowever for some reason I am unable to export this new sheet to a .rvt file using...
View Articleno Undo entries for transactions in DocumentCreated or DocumentOpened events
It seems like the undo stack is being flushed, but these aren't workshared projects. Sometimes I see the Undo icon flicker (to an enabled state) before going back to disabled (i.e. empty). I've tried...
View ArticleRe: MEP 製造用パーツのダクトに断熱材やライニングを追加したい
I appreciate your response.製造用パーツと一般のエレメントを混合してモデリングします。また、何かわかりましたら、共有します。
View ArticleRe: Getting the UnitTypeId of a parameter.
I think we should improve this one, why throw `Autodesk.Revit.Exceptions.InvalidOperationException` in case we just snoop value information of UnitTypeId, can return null in case is more make sense.
View ArticleRe: no Undo entries for transactions in DocumentCreated or DocumentOpened events
I just realized now that it works in Revit 2023 and earlier, but not in Revit 2024 & 2025... that made me briefly suspect there's some deprecated feature that's causing it to throw an error maybe...
View ArticleRe: How do I go into Group Edit mode with the API? & then return to the main...
Great Information, after tried 50+ testing. it was solved per your information.
View ArticleRe: Getting the UnitTypeId of a parameter.
Totally agree. The Revit API is a bit too trigger-happy with its exceptions. In some cases, a return value would be much better, and is the preferred solution. A community-managed Revit API, or Revit...
View ArticleRevit Form Issue
Hi all, I am very new to C# but I'm trying to get into it. Forgive me if this topic has been discussed multiple times. I am trying to create a simple form in Revit that gets activated with an...
View ArticleRe: Revit Form Issue
Hi @mitch9TZZY From your query I can understand that you have converted the UserControl to Window. So you can the below stepsClose the Visual Studio.Delete the bin and obj folders.if you find .user...
View ArticleRe: Revit Form Issue
Hi Mohamed, Thanks for the response. Yes you are correct, I followed some guidance to convert the usercontrol to window. I had found the suggestions you mentioned and I have already tried those steps,...
View Article