mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-13 16:27:42 +00:00
18 lines
726 B
Markdown
18 lines
726 B
Markdown
# RevitSdkSamples
|
|
|
|
Revit SDK Documentation and Samples.
|
|
|
|
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).
|
|
|
|
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).
|
|
|
|
The model RVT files and some other large sample files included in the full SDK are omitted from this repository by adding the following lines to `.gitignore`:
|
|
|
|
```
|
|
*.rfa
|
|
*.rvt
|
|
*.swf
|
|
``` |