2019-09-11 13:53:12 +02:00
|
|
|
# RevitSdkSamples
|
2019-09-11 15:10:50 +02:00
|
|
|
|
|
|
|
|
Revit SDK Documentation and Samples.
|
|
|
|
|
|
2019-09-11 15:17:17 +02:00
|
|
|
This repository was created in order to make the official Revit SDK available online, especially to enable adding it to
|
|
|
|
|
the [ApiDocs.co code search sample collection](https://github.com/gtalarico/apidocs.samples) to provide sample code for
|
|
|
|
|
the [Apidocs.co API documentation pages](https://apidocs.co).
|
|
|
|
|
|
2019-09-11 15:12:14 +02:00
|
|
|
Initial commit from Revit SDK installed from REVIT_2020_SDK.msi, 367304704 bytes, Mar 28 10:40, downloaded from
|
|
|
|
|
the [Revit Developer Center](http://www.autodesk.com/developrevit).
|
2019-09-11 15:10:50 +02:00
|
|
|
|
|
|
|
|
The model RVT files and some other large sample files are omitted from this repository by adding the following lines to `.gitignore`:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
*.rfa
|
|
|
|
|
*.rvt
|
|
|
|
|
*.swf
|
|
|
|
|
```
|