| 743 | } |
| 744 | |
| 745 | ConversionResultShape* ifcopenshell::geometry::CgalShape::concat(ConversionResultShape* other) |
| 746 | { |
| 747 | auto shp = poly(); |
| 748 | concatenate_polyhedra(shp, ((CgalShape*)other)->poly()); |
| 749 | return new CgalShape(shp); |
| 750 | } |
| 751 | |
| 752 | std::pair<OpaqueCoordinate<3>, OpaqueCoordinate<3>> ifcopenshell::geometry::CgalShape::bounding_box() const |
| 753 | { |
no test coverage detected