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

Method set_mesh_2

tools/Boolean/BooleanEngine.h:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void set_mesh_2(const MatrixFr& vertices, const MatrixIr& faces) {
27 m_vertices_2 = vertices;
28 m_faces_2 = faces;
29 convert_mesh_to_native_format(MeshSelection::SECOND);
30 }
31
32 const MatrixFr get_vertices() const { return m_vertices; }
33 const MatrixIr get_faces() const { return m_faces; }

Callers 15

cut_faceFunction · 0.80
clip_phantom_meshMethod · 0.80
booleanFunction · 0.80
get_disjoint_settingMethod · 0.80
get_overlap_settingMethod · 0.80
TEST_FFunction · 0.80
get_disjoint_settingMethod · 0.80
get_overlap_settingMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 15

get_disjoint_settingMethod · 0.64
get_overlap_settingMethod · 0.64
TEST_FFunction · 0.64
get_disjoint_settingMethod · 0.64
get_overlap_settingMethod · 0.64
TEST_FFunction · 0.64
get_disjoint_settingMethod · 0.64
get_overlap_settingMethod · 0.64