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

Method set_operand_2

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

Source from the content-addressed store, hash-verified

24 public:
25 void set_operand_1(Ptr tree) { m_tree_1 = tree; }
26 void set_operand_2(Ptr tree) { m_tree_2 = tree; }
27
28 public:
29 virtual void compute_union() =0;

Callers 2

__init__Method · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64