CConstVecNode

class Lib3MF::CConstVecNode : public CImplicitNode

Constant vector

void SetVector(const sVector &Value)

Sets the vector value of the node

Parameters:

Value – the value

sVector GetVector()

Retrieves the vector value of the node

Returns:

the value

PImplicitPort GetOutputVector()

Retrieves the output

Returns:

the output

typedef std::shared_ptr<CConstVecNode> Lib3MF::PConstVecNode

Shared pointer to CConstVecNode to easily allow reference counting.