mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-06 05:01:35 +00:00
20 lines
778 B
Markdown
20 lines
778 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).
|
|
|
|
Reinitialised from the Revit 2021 SDK in May 2020.
|
|
|
|
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
|
|
``` |