To use the plugin on your own machine with Revit installed, you are going to need to include an AddIn file in your Revit AddIns folder and also change a line in this Addin File to point to the right DLL files. All of these files can be found in the ExtractBeacons folder in this repository.
- Copy the XYZFamily.addin file from the ExtractBeacons folder into the Revit Addins Folder on your machine (should be something like C:\ProgramData\Autodesk\Revit\Addins\2016)
- Change the file path in XYZFamily.addin to point to the location of the XYZFamily.dll file in the ExtractBeacons file (should look like C:\Users\Danny\Desktop\TTT\ExtractBeacons\XYZFamily.dll)
"Graphical tools built on the geometric model can:
- Help the developer select the right type of beacons for each place,
- Experiment with the placements and orientations of the selected beacons,
- Visualize and assess the coverage provided by them,
- Generate the coordinates and technical specifications of the beacons."
- Fork the repository
- Create a feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Added some feature'
- Push to branch:
git push origin my-new-feature
- Submit a pull request :D
- If Revit got a External Tool Failure - System.IO.FileLoadException Please follow this blog's instruction