Document.NewMechanicalSystem
Description:
Creates a new MEP mechanical system element.
Creates a new MEP mechanical system element.
Remarks:
This method will regenerate the document even in manual regeneration mode.
This method will regenerate the document even in manual regeneration mode.
public MechanicalSystem NewMechanicalSystem(
Connector baseEquipmentConnector,
ConnectorSet connectors,
DuctSystemType ductSystemType
)
-
baseEquipmentConnectorOne connector within base equipment which is used to connect with the system. The base equipment is optional for the system, so this argument may be null. The baseEquipmentConnector should not be included in the connectors.
-
connectorsConnectors that will connect to the system. The owner elements of these connectors will be added into system as its elements.
-
ductSystemTypeThe system type.
Return Value
MechanicalSystem
If creation was successful then an instance of mechanical system is returned,
otherwise an exception with information will be thrown.
-
Thrown when calling this function outside of the Autodesk Revit MEP product.
-
Thrown when the input connectors parameter value is.
-
Thrown when the ductSystemType parameter is out of permitted scope.
-
Thrown when some connectors can't be used to create the mechanical system. All the input connectors and base equipment connector should match system type and domain with the system, and they should not have been used in another system. The owner of BaseConnector should be a mechanical equipment, and the owner of other connectors should be a mechanical equipment or air terminal.
-
Thrown when the mechanical system creation failed.