MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / extract_surface_boundary

Method extract_surface_boundary

tools/MeshUtils/Boundary.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected