added Revit 2020 SDK files

This commit is contained in:
Jeremy Tammik
2019-09-11 14:43:53 +02:00
parent fbb29172ed
commit 8b8832b7be
2956 changed files with 938523 additions and 0 deletions
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<RevitAddIns>
<AddIn Type="Command">
<Assembly>RebarFreeForm.dll</Assembly>
<ClientId>9d871749-6401-419f-ba8f-99a44c03adf5</ClientId>
<FullClassName>Revit.SDK.Samples.RebarFreeForm.CS.Command</FullClassName>
<Text>Rebar Free Form</Text>
<Description>External command to create a Rebar FreeForm element and external application to implement the custom server used to regenerate the rebar geometry based on constraints</Description>
<VisibilityMode>AlwaysVisible</VisibilityMode>
<LanguageType>Unknown</LanguageType>
<VendorId>ADSK</VendorId>
</AddIn>
<AddIn Type="Application">
<Name>RebarFreeForm</Name>
<Assembly>RebarFreeForm.dll</Assembly>
<ClientId>a6ea850e-a041-48bb-85f5-8ce21b2ba972</ClientId>
<FullClassName>Revit.SDK.Samples.RebarFreeForm.CS.Application</FullClassName>
<VendorId>ADSK</VendorId>
<VendorDescription>Autodesk, www.autodesk.com</VendorDescription>
</AddIn>
</RevitAddIns>