CConstVecNode
-
class Lib3MF::CConstVecNode : public CImplicitNode
Constant vector
-
void SetVector(const sVector &Value)
Sets the vector value of the node
- Parameters:
Value – the value
-
PImplicitPort GetOutputVector()
Retrieves the output
- Returns:
the output
-
void SetVector(const sVector &Value)
-
typedef std::shared_ptr<CConstVecNode> Lib3MF::PConstVecNode
Shared pointer to CConstVecNode to easily allow reference counting.