CPackagePart ==================================================================================================== .. cpp:class:: Lib3MF::CPackagePart : public CBase .. cpp:function:: std::string GetPath() Returns the absolute path of this PackagePart. :returns: Returns the absolute path of this PackagePart .. cpp:function:: void SetPath(const std::string & sPath) Sets the absolute path of this PackagePart. :param sPath: Sets the absolute path of this PackagePart. .. cpp:type:: std::shared_ptr Lib3MF::PPackagePart Shared pointer to CPackagePart to easily allow reference counting.