| 11 | using namespace PyMesh; |
| 12 | |
| 13 | Boundary::Ptr Boundary::extract_surface_boundary(const Mesh& mesh) { |
| 14 | return Ptr(new BoundaryEdges(mesh)); |
| 15 | } |
| 16 | |
| 17 | Boundary::Ptr Boundary::extract_surface_boundary_raw( |
| 18 | MatrixFr& vertices, MatrixIr& faces) { |
no outgoing calls
no test coverage detected