Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

ModelObject inherits methods from the WorkspaceObject class, which is where the remove method lives. Everything, like ZoneHVACUnitHeaters, should also inherit this method, which you can use to remove them from the model.

ModelObject inherits methods from the WorkspaceObject class, which is where the remove method lives. Everything, like ZoneHVACUnitHeaters, should also inherit this method, which you can use to remove them from the model.

Note that some HVAC objects will not be 'removable'. But, there is a method isRemovable in HVACComponent that will tell you if it can be removed.

ModelObject inherits methods from the WorkspaceObject class, which is where the remove method lives. Everything, like ZoneHVACUnitHeaters, should also inherit this method, which you can use to remove them from the model.

Note that some HVAC objects will not be 'removable'. But, there is a method isRemovable in HVACComponent that will tell you if it an object can be removed.