| 23 | #include "node/slicenode.h" |
| 24 | |
| 25 | ProjectionModule::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 | |
| 31 | Node* ProjectionModule::evaluate(const Context& ctx) const |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected