Revit DB 2017 Link
The Add in Revit DB Link 2016 is a great tool to manage BIM data. Unfortunatly it dosent work with Revit 2017. Coul you please tell me how can I create a link to a Database from Revit 2017 ? thank you
View ArticleRe: Revit DB 2017 Link
I believe it's available in the Autodesk Desktop App (that manages updates and some addins).
View ArticleRe: My Revit Add-on for Revit 2016 is crashing on the load with Revit 2017
Look at the documentation of the Rectangle class in the Revit API help file or online: http://www.revitapidocs.com/2017/?query=Rectangle#searchModal As you can see there, this class seems to have moved...
View ArticleRe: Revit DB 2017 Link
http://thebuildingcoder.typepad.com/blog/2016/02/reorg-fomt-devcon-ted-qr-custom-exporter-quality.html#6
View ArticleGet a list of all the Revit Warnings
Is it possible to get a list of all the Revit warnings? The warnings that will appear in the Warning Inquiry window are warnings that appear in the model. However, I want the entire list. I want to...
View ArticleRe: How to disable and enable the customized shortcuts in Revit 2014
Hi Jeremy, I have tried the approach for the IExternalCommandAvailability but this works only for the ExternalCommand. This does not work for the default command. Can we use the command binding...
View ArticleRe: Get a list of all the Revit Warnings
Yes. This is one important wish list item that we hope to implement for the next major release of Revit. So no solution right now, but coming up anon. As always, no promises on any future stuff, but...
View ArticleRe: Get a list of all the Revit Warnings
Hi Jeremy, Is it something you have a list, in some of the inner documentation? I basically want to highlight the key warnings then scan through the HTML output to find ones that are of interest....
View ArticleRe: How to disable and enable the customized shortcuts in Revit 2014
Hi Vinod,How about we take a step back and you let us know what you're trying to achieve? We may be able to find a workflow that achieves the same thing.Cheers,-Matt
View ArticleRe: How to change Element.Geometry?
I am not an expert but there are a few things that might help:1 - Try to avoid LINQ and use revit filters instead (however it is a one time thing in your code and shouldn't really matter.2 - I would...
View ArticleRe: What language to learn?
Hi troygates, thanks for your answer! Do you have a starting point? I find it really hard to find tutorials to get started with C# for Revit. thanks alot
View ArticleRe: Lock parameters after filling out
You can achieve that, using Shared Parameters, setting Usermodifiable to zero. *PARAM GUID NAME DATATYPE DATACATEGORY GROUP VISIBLE DESCRIPTION USERMODIFIABLEPARAM d8790400-e35b-49ce-ad7e-dc6420a912a9...
View ArticleRe: Lock parameters after filling out
Thank you for your suggestion but this it's not working with system families
View ArticleRe: Lock parameters after filling out
The problem with this way that I can't fill the parameter after load it to family , right ?.
View ArticleRe: Lock parameters after filling out
It can work with system families. You have to add the shared parameter as a project parameter to the system-family category
View ArticleRe: How to change Element.Geometry?
Hello,There's one thing that looks particularly taxing in your code, and another one that may be contributing.1. Do one transaction around your loop, not a loop with transactions in it.2. The get...
View ArticleRe: Lock parameters after filling out
that replay it was to the previous comment :), It could be set for system family but how to fill it, after make it hidden ?
View ArticleCheck if selected element is of type Systemfamily
When a user makes an selection, i want it to check if the selection is a normal family, or a family that is a system family (Walls/Floors/beams/ceiling/...) Im unsure how i should handle this. I was...
View ArticleRe: Lock parameters after filling out
You would have to use an addin to modify the parameter.
View Article