Re: Family, version of Revit originally created in
Thanks, I don't think it is very important either, but if someone asks me, I always try to find out :-)cheersJeroen
View ArticlePointCloudInstance Coordinate System
I have a question about what coordinate system the cloud point and scan origin positions are in when they are retrieved from the native Revit point cloud engine. I ran the following code in Visual...
View ArticleRe: Navisworks Exporter warnings
Arnost, Thanks once again for clarifying this, and saving me . Now I know which exceptions not to catch now. Yes you are correct what I meant was, there is no method I know to obtain this information...
View ArticleRoom vertical area for finishing
Hello, Everybody abd thank u for reading my post.I am new in the API world and new as a profesional, but full of energy and will to learn and progress. There is my issue. In my company our objectiv is...
View ArticleReading parameter values in linked elements
Hi.I'm working in Rvt2014, and i'm trying to get some parameter values from elements in linked models.I can get the element, and read the parameter values, but for some reason I can't retrieve the...
View ArticleUsing elements selected before a command is started
How can I turn a list of ElementId's into a list of References to selected elements?? I want my command to work so that if elements are selected when the command is started, it uses the selected...
View ArticleRe: Reading parameter values in linked elements
Ups, I realized that .AsString works fine... I make a mistake when tested it for the first time...Thanks
View ArticleSwap a Material for another Material within the project doc
I would like to swap one material for another material. I tried setting the original material by material, by category and material class. None of these approaches seems to have any effect.Also I am...
View ArticleRe: Delete PrintSetup and ViewSheetSettings
No worries, i finally managed to create a CleanUp-method that works. If others are interested, here it goes private void CleanUp(Document doc) { var pMgr = doc.PrintManager; using (var trans = new...
View ArticleRe: Delete PrintSetup and ViewSheetSettings
Dear Eirik, Congratulations on solving this! Thank you for sharing! You have my kudo. Cheers, Jeremy
View ArticleRe: draw curve in ActiveUIDocument.Document using IList
Dear Dirk, Yes. You can create a model curve or a detail curve, and both reside on a sketch plane. If you care about efficiency, you might care to reuse the sketch plane as much as possible. Note that...
View ArticleRe: Apply Dependent Views
I heard back from the development team. Quite a discussion ensued. Apparently, they agree that we do not have API access to this functionality, and that we should, so a wish list item was created for...
View ArticleRe: draw curve in ActiveUIDocument.Document using IList
Thanks for answering Jeremy. Unfortunatly the samples do not compile in Revit 2016. I'm struggling to reconfigure the code.Using Model Curve Creator, for example here:Transform tv =...
View ArticleRe: Exporting Material Information via Macro
Dear Rana, I just noticed this thread of yours, and also your comment on The Building Coder requesting the same:...
View ArticleRe: draw curve in ActiveUIDocument.Document using IList
Dear Dirk, That is not true. The Building Coder samples are completely up to date and compile with zero errors and zero warnings. Furthermore, all migrations of Revit add-ins are very straight forward...
View ArticleRe: draw curve in ActiveUIDocument.Document using IList
You seem to be looking at version 2011.0.69.0 of The Building Coder samples. From the original post, in May 2010. Cool. If you insist, so be it. You can also look at the other releases on GitHub:...
View ArticleRe: Dynamic model update after loading family
Dear Mr Tammik, Your solution looks really impressive. I haven't had the chance to implement the main fundamentals in my project yet. As a starting programmer, the concept of hash code is still new to...
View Article