MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / setschema_identifiers

Method setschema_identifiers

src/ifcparse/Header_section_schema.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67// Function implementations for file_schema
68std::vector< std::string > /*[1:?]*/ Header_section_schema::file_schema::schema_identifiers() const { std::vector< std::string > /*[1:?]*/ v = get_attribute_value(0); return v; }
69void Header_section_schema::file_schema::setschema_identifiers(std::vector< std::string > /*[1:?]*/ v) { set_attribute_value(0, v);if constexpr (false)unset_attribute_value(0); }
70
71
72const IfcParse::entity& Header_section_schema::file_schema::declaration() const { return *((IfcParse::entity*)HEADER_SECTION_SCHEMA_types[2]); }

Callers 1

Calls 1

set_attribute_valueFunction · 0.85

Tested by

no test coverage detected