mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-06 05:01:35 +00:00
13 lines
668 B
XML
13 lines
668 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RevitAddIns>
|
|
<AddIn Type="Command">
|
|
<Assembly>CreateWallinBeamProfile.dll</Assembly>
|
|
<ClientId>33849c5a-24d1-4603-95cb-75a3ca1304a4</ClientId>
|
|
<FullClassName>Revit.SDK.Samples.CreateWallinBeamProfile.CS.CreateWallinBeamProfile</FullClassName>
|
|
<Text>Create wall in beam profile</Text>
|
|
<Description>Create a profiled wall using the outline generated by a selection of beams defining a vertical profile.</Description>
|
|
<VisibilityMode>AlwaysVisible</VisibilityMode>
|
|
<VendorId>ADSK</VendorId>
|
|
<VendorDescription>Autodesk, www.autodesk.com</VendorDescription>
|
|
</AddIn>
|
|
</RevitAddIns> |