<Code Lib>
2022 Method
Changes 0
M

DesignToFabricationConverter.Convert

Description:
Converts the set of MEP design elements into fabrication parts.
Remarks:
After this method has been invoked, call:

public DesignToFabricationConverterResult Convert(
	ISet<ElementId> selection,
	int serviceId
)

  • ISet<ElementId>
    selection
    The set of element identifiers to convert from MEP design elements to fabrication parts.
  • Int32
    serviceId
    The identifier of the fabrication service.

Loading…