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

Method DatumModule

src/module/datummodule.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "node/transformationnode.h"
22
23DatumModule::DatumModule(Reporter& r) : Module(r,"datum")
24{
25 addDescription(tr("Creates a plane from which children will be relative to"));
26 addParameter("x",tr("An yz plane offset by x"));
27 addParameter("y",tr("An xz plane offset by y"));
28 addParameter("z",tr("An xy plane offset by z"));
29 auxilary=true;
30}
31
32Node* DatumModule::evaluate(const Context& ctx) const
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected