DesignToFabricationConverter Class


This class represents the MEP design to fabrication part convert tool.

Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2017

Syntax

C#
public class DesignToFabricationConverter : IDisposable
Visual Basic
Public Class DesignToFabricationConverter _
	Implements IDisposable
Visual C++
public ref class DesignToFabricationConverter : IDisposable

Remarks

After a new instance of the class is created, call the Convert method to convert the MEP design elements into fabrication parts. Use the method SetMapForFamilySymbolToFabricationPartType to optionally convert family content to fabrication parts prior to calling Convert by providing a mapping of family symbols to fabrication parts types. If not set, then during conversion these families will remain and any connections to other converted elements will be maintained. After the convert method has been invoked, query the class to obtain more information about the conversion:

Inheritance Hierarchy

SystemObject
  Autodesk.Revit.DB.FabricationDesignToFabricationConverter

See Also