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

Method set_mesh_1

tools/Boolean/BooleanEngine.h:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19 public:
20 void set_mesh_1(const MatrixFr& vertices, const MatrixIr& faces) {
21 m_vertices_1 = vertices;
22 m_faces_1 = faces;
23 convert_mesh_to_native_format(MeshSelection::FIRST);
24 }
25
26 void set_mesh_2(const MatrixFr& vertices, const MatrixIr& faces) {
27 m_vertices_2 = vertices;

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