CClampNode

class Lib3MF::CClampNode : public COneInputNode

Clamps the input value to min and max

PImplicitPort GetInputMin()

Retrieves the input for the lower limit

Returns:

the input for the lower limit

PImplicitPort GetInputMax()

Retrieves the input for the upper limit

Returns:

the input for the upper limit

typedef std::shared_ptr<CClampNode> Lib3MF::PClampNode

Shared pointer to CClampNode to easily allow reference counting.