| 718 | } |
| 719 | |
| 720 | bool ModelObject_Impl::setCADObjectId(const std::string& cadObjectId) { |
| 721 | return this->additionalProperties().setFeature("CADObjectId", cadObjectId); |
| 722 | } |
| 723 | |
| 724 | boost::optional<std::string> ModelObject_Impl::gbXMLId() const { |
| 725 | boost::optional<std::string> result; |