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

Method ProjectionModule

src/module/projectionmodule.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "node/slicenode.h"
24
25ProjectionModule::ProjectionModule(Reporter& r) : Module(r,"projection")
26{
27 addDescription(tr("Flattens its children onto the xy plane."));
28 addParameter("base",tr("Specifies that only polygons with normals perpendicular to the xy plane be considered."));
29}
30
31Node* ProjectionModule::evaluate(const Context& ctx) const
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected