« DevDays Conference and Meetup in Paris | Main | DevDays, GitHub, STL and OBJ Model Import »

December 09, 2014

Comments

Thanks for this. Do you have a solution / project file with Selection Examples as well?

Creating a solution for the example should be very straightforward:
New Solution, Type Class Library, use Framework 4 or 4.5;
Add existing items, select all .cs files from the zip;
Add references to RevitAPI.dll and RevitAPIUI.dll;
Build
Set path in .addin-file and copy to the addins-folder of Revit.

Though the SelFilters can of course be used as a library, they are purposefully written in a way that they can and should just be dropped into any project that wants to use them.

However, I do have created a Visual Studio 2010 project and solution for Revit 2014:
https://www.dropbox.com/s/lpkox7lvyx4omoz/SelFilterWithSolution.zip?dl=0

To use this in Revit 2015, just open it in Visual Studio 2012 or 2013, change the API-dlls to the 2015 Version, and the target framework setting in the project to .NET 4.5

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Your Information

(Name and email address are required. Email address will not be displayed with the comment.)

Jeremy Tammik

AboutTopicsIndexSource