First time here? Check out the Help page!
1 | initial version |
@Julien Marrec to the rescue!
https://unmethours.com/question/17616/get-thermal-zone-supply-terminal/?answer=17617#post-id-17617
2 | No.2 Revision |
@Julien Marrec to the rescue!
See his to_actual_object
here:
https://unmethours.com/question/17616/get-thermal-zone-supply-terminal/?answer=17617#post-id-17617
3 | No.3 Revision |
@Julien Marrec to the rescue!
See his to_actual_object
method here:
https://unmethours.com/question/17616/get-thermal-zone-supply-terminal/?answer=17617#post-id-17617
4 | No.4 Revision |
@Julien Marrec to the rescue!
See his to_actual_object
method here:
https://unmethours.com/question/17616/get-thermal-zone-supply-terminal/?answer=17617#post-id-17617
Oh, also in your case, since addToThermalZone
is a ZoneHVACComponent method, you wouldn't necessarily have to cast the cloned ModelObject down to the specific 'actual' object to use it. You could rather just cast to_ZoneHVACComponent
.