Reputation: 63
i have been assigned with a task to create an Add-In for auto desk applications. Please guide me where can i learn to create the add-in, because i am new to auto desk applications. Thanks in advance.
Upvotes: -6
Views: 3394
Reputation: 8339
Your first port of call should definitely be the official Revit Developer Centre:
http://www.autodesk.com/developrevit
Work through the DevTV and My First Revit Plugin tutorials. That will provide all you need.
The Building Coder provides a comprehensive overview of the Revit API getting started material for self-learning:
http://thebuildingcoder.typepad.com/blog/about-the-author.html#2
Upvotes: 2
Reputation: 63
Here on the following link i got the basic training on how to create your first plug-in for Revit. and its useful for both Revit users as well as Developers.
http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=16459234
Upvotes: 0
Reputation: 8604
Revit does have PDF, but DWF is best for engineering files.
You can check the ImportExport sample, first download the SDK then check the C:\Revit 2016 SDK\Samples\ImportExport\CS folder. Ideally the DWF export will work best.
There are also some alternatives, like A360 Viewer.
Upvotes: 1