CConstMatNode

class Lib3MF::CConstMatNode : public CImplicitNode

Constant matrix

void SetMatrix(const sMatrix4x4 &Value)

Sets the matrix value of the node

Parameters:

Value – the value

sMatrix4x4 GetMatrix()

Retrieves the matrix value of the node

Returns:

the matrix

PImplicitPort GetOutputMatrix()

Retrieves the output

Returns:

the output

typedef std::shared_ptr<CConstMatNode> Lib3MF::PConstMatNode

Shared pointer to CConstMatNode to easily allow reference counting.