MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / UnionModule

Method UnionModule

src/module/unionmodule.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "node/unionnode.h"
22
23UnionModule::UnionModule(Reporter& r) : Module(r,"union")
24{
25 addDescription(tr("Unions its children into single geometry."));
26}
27
28Node* UnionModule::evaluate(const Context& ctx) const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected