map(vector<opaque_4>) prototype

This commit is contained in:
Thomas Krijnen
2023-12-11 21:03:55 +01:00
parent df0e64a68a
commit 137a6b5706
5 changed files with 41 additions and 0 deletions
@@ -422,3 +422,7 @@ ConversionResultShape* ifcopenshell::geometry::OpenCascadeShape::moved(ifcopensh
void ifcopenshell::geometry::OpenCascadeShape::map(OpaqueCoordinate<4>& from, OpaqueCoordinate<4>& to) {
throw std::runtime_error("Not implemented");
}
void ifcopenshell::geometry::OpenCascadeShape::map(const std::vector<OpaqueCoordinate<4>>& from, const std::vector<OpaqueCoordinate<4>>& to) {
throw std::runtime_error("Not implemented");
}