| 67 | } |
| 68 | |
| 69 | bool Connection_Impl::setSourceObject(const ModelObject& object) { |
| 70 | return setPointer(openstudio::OS_ConnectionFields::SourceObject, object.handle()); |
| 71 | ; |
| 72 | } |
| 73 | |
| 74 | bool Connection_Impl::setSourceObjectPort(unsigned port) { |
| 75 | return this->setUnsigned(openstudio::OS_ConnectionFields::OutletPort, port); |