CComposeVectorNode ==================================================================================================== .. cpp:class:: Lib3MF::CComposeVectorNode : public CImplicitNode Creates a vector from three scalar values .. cpp:function:: PImplicitPort GetInputX() Retrieves the input for the x component :returns: the input for the x component .. cpp:function:: PImplicitPort GetInputY() Retrieves the input for the y component :returns: the input for the y component .. cpp:function:: PImplicitPort GetInputZ() Retrieves the input for the z component :returns: the input for the z component .. cpp:function:: PImplicitPort GetOutputResult() Retrieves the output :returns: the output .. cpp:type:: std::shared_ptr Lib3MF::PComposeVectorNode Shared pointer to CComposeVectorNode to easily allow reference counting.