revit-wpf-template icon indicating copy to clipboard operation
revit-wpf-template copied to clipboard

Template for a Revit add-in using WPF and executing valid external commands within the Revit API context.

Results 5 revit-wpf-template issues
Sort by recently updated
recently updated
newest added

When I clone your project I have a problem with a microsoft.scripting.metadata parser. You know the solution.I would appreciate.

bug

This enhancement allows user to click on different buttons to post different external methods. In my personal opinion buttons are more intuitive to use than checkbox + single button. I...

enhancement

This keeps the window ontop of Revit when it is opened, minimises it with Revit and additionally stops the window showing on the task bar. Test code originally from here...

enhancement

All the applications I build using this template do not dock into the Revit UI in the same way that other Revit panels do. Is it possible for an External...

I am writing new methods in the Methods.cs class. Everything works fine until I try to use a transaction to make a change to the active document. I can't get...

question