All Projects → RomanLavrov → RevitFamilyBrowser

RomanLavrov / RevitFamilyBrowser

Licence: other
Browser for .rfa Revit family files

Programming Languages

C#
18002 projects

Labels

Projects that are alternatives of or similar to RevitFamilyBrowser

Onboxframework
A framework for building Cross-Platform Revit Apps
Stars: ✭ 41 (-50%)
Mutual labels:  revit
speckle-sharp
.NET SDK, Schema and Connectors: Revit, Rhino, Grasshopper, Dynamo, ETABS, AutoCAD, Civil3D & more.
Stars: ✭ 214 (+160.98%)
Mutual labels:  revit
Revit2glTF
An open source glTF format exporter for Autodesk Revit.
Stars: ✭ 143 (+74.39%)
Mutual labels:  revit
OrchidForDynamo
This repository contains the content of the Orchid package for Dynamo
Stars: ✭ 81 (-1.22%)
Mutual labels:  revit
RevitExtensions
Extensions for Revit plugin development
Stars: ✭ 37 (-54.88%)
Mutual labels:  revit
FlexLM-License-Usage-Logger
python utility script to parse and log the lmutil lmstat results on a FlexLM server
Stars: ✭ 20 (-75.61%)
Mutual labels:  revit
RevitExportObjAndGltf
The Revit-based plug-in realizes the export of 3D files in obj or gltf format, which may have small material problems, which can be improved in the later stage; because the project needs to engage in the secondary development of Revit in the near future, similar plug-ins are rarely found on the Internet Related information will be recommended to…
Stars: ✭ 42 (-48.78%)
Mutual labels:  revit
FreeMVD WorkFlow
This project has been moved/forked to https://gitlab.com/osarch/FreeMVD_WorkFlow
Stars: ✭ 21 (-74.39%)
Mutual labels:  revit
RevitTemplates
Templates for creating plugins for Revit
Stars: ✭ 64 (-21.95%)
Mutual labels:  revit
SpeckleRevitReboot
Check a brand new Speckle at: https://github.com/specklesystems
Stars: ✭ 25 (-69.51%)
Mutual labels:  revit
Nina
A collection of Shorcuts to work faster in Revit.
Stars: ✭ 17 (-79.27%)
Mutual labels:  revit
thesaurus
TT Hackathon 2018 - Autocomplete for Visual Programming Nodes
Stars: ✭ 23 (-71.95%)
Mutual labels:  revit
DynAI
Practical applications of AI / Machine Learning in BIM, implemented as a Dynamo Package
Stars: ✭ 24 (-70.73%)
Mutual labels:  revit
revit-family-web-viewer
Revit Web Viewer is a Three.js-based project viewer. Revit projects / families must be exported using RvtVa3cExporter (https://github.com/va3c/RvtVa3c)
Stars: ✭ 48 (-41.46%)
Mutual labels:  revit
GeniusLociForDynamo
Genius Loci is a package of 300+ custom nodes for Dynamo in Revit.
Stars: ✭ 17 (-79.27%)
Mutual labels:  revit
mapboxRevit
View Revit models inside Mapbox
Stars: ✭ 23 (-71.95%)
Mutual labels:  revit
SpeckleRevit
Archived, dev moved to https://github.com/speckleworks/SpeckleRevitReboot
Stars: ✭ 17 (-79.27%)
Mutual labels:  revit

RevitFamilyBrowser

Browser for .rfa Revit family files.

This project is C# .NET Revit add-in. Works with Revit 2015, 2016 and Revit 2017. It allows to see all types inside Revit family files (.rfa) from selected folder on disk in dockable panel inside Revit without need to load them one by one. By double click, a selected family type can be loaded and an instance placed inside project.

History

The History tab collects all family types from document to the dockable panel and allows the user to place new instances of them in the project. The History tab works with different documents simultaneously.

Installation

To start working with this add-in, copy the dll and addin file to the Revit AddIns folder:

C:\Users\user\AppData\Roaming\Autodesk\Revit\Addins\<REVIT VERSION> (REVIT VERSION is a year in format <2022>).

Alternatively, you can build the add-in from source code in VisualStudio – all necessary files will be automatically copied to the appropriate locations during the build process.

Panel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].