• Stars
    star
    26
  • Rank 903,893 (Top 19 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C# .NET Revit API add-in to extract graph structure of all MEP systems.

More Repositories

1

RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
C#
992
star
2

the_building_coder_samples

The Building Coder Samples
C#
340
star
3

VisualStudioRevitAddinWizard

Visual Studio templates to generate C# and VB .NET Revit add-ins
Visual Basic .NET
177
star
4

RevitSdkSamples

Revit SDK Documentation and Samples
Rich Text Format
88
star
5

RoomEditorApp

Revit add-in part of cloud-based, real-time, round-trip, 2D Revit model editor
C#
64
star
6

AdnRevitApiLabsXtra

ADN Revit API Training Labs including Xtra
C#
53
star
7

FireRatingCloud

Revit add-in multi-project re-implementation of the FireRating SDK sample using the firerating cloud-based MongoDB node.js web server
C#
41
star
8

tbc

Source of The Building Coder Revit API blog index https://jeremytammik.github.io/tbc/a --
HTML
32
star
9

CustomExporterCollada

C# .NET Revit add-in implementing a custom exporter to Collada
C#
27
star
10

ElementOutline

Revit C# .NET add-in to export 2D Element outlines
C#
25
star
11

SvgExport

Revit add-in to export element geometry to SVG.
C#
24
star
12

TrackChanges

Track Revit BIM database modification by creating and comparing snapshots of element properties
C#
22
star
13

AddMaterials

Revit add-in to add materials from a list of properties defined in Excel.
C#
22
star
14

CustomExporterAdnMeshJson

C# .NET Revit API add-in geometry CustomExporter to ADN mesh JSON format
C#
20
star
15

TwglExport

Revit add-in to export element geometry to WebGL, specifically TWGL.
C#
20
star
16

RvtFader

C# .NET Revit add-in to calculate and display signal attenuation using AVF
C#
18
star
17

DockableDialog

A Simpler Dockable Panel Sample
C#
17
star
18

forgefader

Forge viewer extension to calculate and display signal attenuation
CSS
17
star
19

SpatialElementGeometryCalculator

Revit add-in demonstrating use of SpatialElementGeometryCalculator to determine net and gross wall area per room.
C#
17
star
20

roomedit3d

View and Data API extension to move furniture family instances and update the Revit BIM
JavaScript
16
star
21

DirectObjLoader

Revit add-in to load a WaveFront OBJ model and generate a DirectShape element from it.
C#
15
star
22

AdnRme

ADN sample add-in for Revit MEP HVAC and electrical.
C#
15
star
23

BipChecker

Revit built-in parameter checker
C#
12
star
24

UserMepCalculation

Revit MEP Calculation External Service Sample
C#
12
star
25

UnitMigration

Migrate all unit settings from a source RVT to a folder full of target RVT models
C#
11
star
26

GetElementImage

Export PNG image of selected BIM element
C#
11
star
27

SectionCutGeo

Revit C# .NET add-in to retrieve section view cut geometry
C#
11
star
28

RvtParamDrop

Revit .NET C# add-in to export parameter values for elements visible in current view
C#
10
star
29

Revit_Macro_Samples

C# Revit macro sample code from in the Revit SDK Revit_Macro_Samples.rvt project
C#
10
star
30

RoomVolumeDirectShape

Revit C# .NET add-in that creates DirectShape elements representing room volume
C#
10
star
31

ExportCncFab

Revit Add-In to export Revit wall parts to DXF or SAT for CNC fabrication
C#
10
star
32

FamilyBoundingBox

Revit C# .NET add-in determining family bounding box
C#
9
star
33

WinTooltip

Revit .NET C# add-in implementing custom tooltip using UIView and ray cast
C#
9
star
34

JumpToPosition

.NET C# Revit add-in setting view target and view direction to specified values
C#
9
star
35

TrackChangesCloud

A C# .NET Revit add-in to track Revit BIM database modification history by creating, comparing and archiving element property snapshots in the cloud.
C#
8
star
36

StairsAutomation

Revit 2019.1 SDK StairsAutomation sample warning elimination and UI removal
C#
8
star
37

StringSearch

Revit add-in to search Revit project elements and their parameter values for a given string.
C#
8
star
38

Roomedit3dApp

C# .NET Revit API add-in using socket.io to subscribe to real-time roomedit3d BIM updates
C#
8
star
39

RvtBcfApiExampleClient

Revit C# .NET API add-in implementing the BuildingSMART BCF API example client
C#
8
star
40

roomedit

CouchDB application for 2D cloud-based room editor
JavaScript
7
star
41

PostAddinCommand

Test programmatic posting of an external command defined by a custom Revit add-in.
C#
7
star
42

OpenProject

Revit add-in using ApplicationInitialized to auto-load RVT project document on start-up
C#
6
star
43

rvtmetaprop

Revit C# .NET add-in to import and store meta properties created in Forge
C#
6
star
44

NwGeoPrimitives

NavisWorks .NET API plugin to traverse all nodes and extract geometrical primitives
C#
5
star
45

CropViewToRoom

For each level, collect all rooms and generate views cropped to each room
C#
5
star
46

NodeWebGL

A minimal Node.js WebGL viewer app
HTML
5
star
47

ModifyTabButton

Revit add-in demonstrating how to add a custom button to the Modify tab and trigger Revit API functionality from it.
C#
5
star
48

StlImport

Revit add-in importing an STL file into a DirectShape element.
C#
5
star
49

DirectShapeFromFace

Revit add-in that creates a DirectShape element from a selected element face.
C#
5
star
50

firerating

Node.js mongoDB web server used by the FireRatingCloud Revit add-in
JavaScript
5
star
51

ElementModifier

Apply specific modification to an element: move, delete, change type
C#
5
star
52

RvtLock3r

Revit .NET C# add-in to validate that certain BIM element properties have not been modified
C#
5
star
53

IfcSpaceZoneBoundaries

Retrieve IFC spaces and zones and their boundaries
C#
4
star
54

GetCentroid

Revit add-in for solid centroid and volume calculation.
C#
4
star
55

FilterBenchmark

Revit API Filtered Element Collector Benchmark by Sudhan
C#
4
star
56

q4r4_populate_tbc

q4r4 is QARA, a Question Answering system for Revit API
Python
4
star
57

ExportWaypointsJson

Export exit path guide waypoints to JSON for HoloLens visualisation
C#
4
star
58

Ppt2txt

PowerPoint Slide Deck Text Extractor
4
star
59

SplitButtonOptionConcept

Use of a stacked ribbon button to access a secondary command, e.g., option settings
C#
4
star
60

ExporterIfcUtilsWinArea

Revit add-in using ExporterIfcUtils to determine window area
C#
3
star
61

RvtForgify

Prepare complex model for Forge translation
C#
3
star
62

FireRatingZoneIntersection

C# .NET Revit add-in sample demonstrating use of 2D Booleans to determine intersections between BIM soffits and fire zoning areas
C#
3
star
63

jeremytammik.github.io

Jeremy Tammik web site source
HTML
3
star
64

InstanceVoidCutTest

Revit add-in to the the InstanceVoidCutUtils functionality
C#
3
star
65

ZeroDocPanel

C# .NET Revit API add-in demonstrating use of IExternalCommandAvailability
C#
3
star
66

RevitWebcam

C# .NET Revit add-in to display a webcam image on a selected element face using AVF and Idling
C#
3
star
67

PlaceInstances

Revit add-in to place family instances at locations read from selected text file.
C#
3
star
68

ExportSymbolInstanceGeo

Revit C# .NET add-in that exports selected element symbol and instance geometry triangles
C#
3
star
69

GetRevisionData

Revit add-in external command demonstrating how to use the Revit 2015 Revision API to retrieve and display all information shown in the Revit 'Sheet Issues/Revisions' dialogue.
C#
3
star
70

ListImportInstances

Revit add-in to list ImportInstance elements.
C#
3
star
71

SetoutPoints

Revit add-in for automatic placement and management of structural concrete setout points
C#
2
star
72

voltage_controlled_relay

C++
2
star
73

ProjectCurve

Revit C# .NET add-in to project curve tessellations onto a plane
C#
2
star
74

SetTextFontInFamilies

Revit Add-In to set text font in all loaded families
C#
2
star
75

poem

personal collection of poems
Rich Text Format
2
star
76

SplitPipeAtLength

C#
2
star
77

CableTraySample

Revit MEP cable tray creation add-in.
C#
2
star
78

DesignOptionModifier

Stand-alone executable using UI Automation to read and modify Revit Design Options.
C#
2
star
79

DisableMismatchWarning

Disable Processor Architecture Mismatch Warning MSB3270 in Revit Projects
C#
2
star
80

HelloRevitCpp

Managed C++ Revit add-in skeleton
C++
2
star
81

TestLinkedBasePointParam

Test access to BasePoint element parameters in linked model
C#
2
star
82

NewFamilySymbolProfile

C# .NET Revit API add-in to demonstrate the use of NewFamilySymbolProfile
C#
2
star
83

3dwc

The 3D Web Coder blog index https://jeremytammik.github.io/3dwc --
HTML
2
star
84

PathOfTravelDoors

Revit C# .NET add-in determining the doors traversed by path of travel
C#
2
star
85

jtracer

Python
1
star
86

forge_python_script

Forge Python Scripts
Python
1
star
87

MoveDuctJoin

Revit MEP Add-in to Move Duct Join
C#
1
star
88

RoomEditorWeb

JavaScript
1
star
89

FramingXsecAnalyzer

Revit REX add-in for structural framing cross section analysis without the REX framework
C#
1
star
90

EstoreFile

Revit Add-in storing a file in extensible storage.
C#
1
star
91

BipGroupList

Revit C# .NET add-in to list all built-in parameter group enum values and labels
C#
1
star
92

JtClicker

Generic Windows dialogue clicker
C#
1
star
93

roomedit3dv3j

JavaScript
1
star
94

ArcDimensionIssue

Revit add-in to test creation of dimension between arc and reference plane.
C#
1
star
95

forge_bim_programming

Presentation on WebGL and Autodesk Forge for BIM Programming
JavaScript
1
star
96

ElementAdjuster

Revit C# .NET add-in to apply slight adjustment to `Element` instance location
C#
1
star
97

CreateAndPrintSheetsAndViews

Revit C# add-in to dynamically generate from scratch and print on the fly to PDF and JPG an individual sheet and top, side, front and isometric views for each individual element in an HVAC ductwork system, all without committing a single transaction.
C#
1
star
98

geolocation_waldrain

Python geolocation calculation
Python
1
star
99

recipe

Jeremy's Recipes
HTML
1
star
100

GeometryPartsAnalyzer

Revit add-in analysing detailed part layer geometry by splitting selected walls into parts in a temporary transaction using PartUtils.CreateParts.
C#
1
star