http://images.businessweek.com/ss/05/06/sharing/image/sharing.jpgPPT_LOGO_4b
‹#›
Autodesk Confidential Information
Developer Days Online 
The Wine – MEP API
Systems
§Autodesk.Revit.MEP.MechanicalSystem
§Autodesk.Revit.MEP.PipingSystem
§
§Create systems with base equipment connector, other connectors and system type
§Access system properties: Flow, StaticPressure
§Analyze system contents: DuctNetwork or PipeNetwork
§Contents of systems are not returned in direction of flow.  But sample “TraverseSystem” produces such an organized result for a given system.
Systems: Two objects in API that represent the system : Mechanical and Piping system object.

Ability to create systems with one connector off from a base equipment and bunch of other connectors and system type.

Read access to system calculated properties like Flow\Static pressure

Ability to traverse a system in couple of ways – the duct or pipe network properties gives u a flat list of items in the network – a flat list. But does not give any idea of how it is organized. TraverseSystem is a sample project  that is being created by the development team to list the items in a network and show them in a tree format to tell you how the sample is laid out. It’s a utility on top of the API which can be used for easy reference.