CPackagePart

class Lib3MF::CPackagePart : public CBase
std::string GetPath()

Returns the absolute path of this PackagePart.

Returns:

Returns the absolute path of this PackagePart

void SetPath(const std::string &sPath)

Sets the absolute path of this PackagePart.

Parameters:

sPath – Sets the absolute path of this PackagePart.

typedef std::shared_ptr<CPackagePart> Lib3MF::PPackagePart

Shared pointer to CPackagePart to easily allow reference counting.