| 561 | } |
| 562 | |
| 563 | OpaqueCoordinate<4> ifcopenshell::geometry::CgalShape::plane_equation() |
| 564 | { |
| 565 | throw std::runtime_error("Invalid shape type"); |
| 566 | } |
| 567 | |
| 568 | std::vector<ConversionResultShape*> ifcopenshell::geometry::CgalShape::convex_decomposition() |
| 569 | { |
no test coverage detected