| 356 | } |
| 357 | |
| 358 | bool ColladaSerializer::ColladaExporter::ColladaMaterials::contains(const ifcopenshell::geometry::taxonomy::style::ptr& material) { |
| 359 | return std::find(materials.begin(), materials.end(), material) != materials.end(); |
| 360 | } |
| 361 | |
| 362 | void ColladaSerializer::ColladaExporter::ColladaMaterials::write() { |
| 363 | effects.close(); |