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

Method get_face_sources

tools/Boolean/CSGTree.h:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 virtual void compute_difference() =0;
32 virtual void compute_symmetric_difference() =0;
33 virtual VectorI get_face_sources() const {
34 return VectorI::Zero(0);
35 };
36 virtual VectorI get_mesh_sources() const {
37 return VectorI::Zero(0);
38 }

Callers 14

booleanFunction · 0.45
meshMethod · 0.45
inflateMethod · 0.45
inflate_periodicMethod · 0.45
TEST_FFunction · 0.45
inflateMethod · 0.45
inflateMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 8

TEST_FFunction · 0.36
inflateMethod · 0.36
inflateMethod · 0.36
TEST_FFunction · 0.36
inflateMethod · 0.36
TEST_FFunction · 0.36