MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / setCADObjectId

Method setCADObjectId

src/model/ModelObject.cpp:720–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 2

translateCADObjectIdMethod · 0.80
TEST_FFunction · 0.80

Calls 2

additionalPropertiesMethod · 0.95
setFeatureMethod · 0.45

Tested by 1

TEST_FFunction · 0.64