mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-26 04:34:47 +00:00
added Revit 2020 SDK files
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user