|
|
|
ExternalCommand2011:
a separate solution not included in SDKSamples2011.sln demonstrating how to
use the new external command registration and the RevitAddInUtility
functionality. it defines an add-in application with two external commands
and an external application, as well as a stand-alone installation exe using
the Revit add-in utility DLL to read and write a manifest file and analyse
the revit installation.
|
|
HelloWorld: shows
how a basic ExternalCommand can be added to the Revit user interface.
|
|
ImportExport: shows
how to export current project to dwg, sat,dxf, dwf(x), gbxml, fbx, dgn, image
or Civil3D files and how to import a dwg, image, GBXML or Inventor file into
Revit.
|
|
MaterialQuantities:
outputs an analysis of the net and gross material quantities of walls,
floors, and roofs to a csv file and displays the output in Excel.
|