lib3mf 2.5 :
- aggiornamento versione - utilizzate le nostre librerie esterne libzip e zlib e non quelle incluse in lib3mf.
This commit is contained in:
+19
-1
@@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1.
|
||||
Abstract: This is an autogenerated C++ implementation file in order to allow easy
|
||||
development of the 3MF Library. It needs to be generated only once.
|
||||
|
||||
Interface version: 2.2.0
|
||||
Interface version: 2.3.2
|
||||
|
||||
*/
|
||||
|
||||
@@ -102,6 +102,24 @@ void CWrapper::GetSpecificationVersion (const std::string & sSpecificationURL, b
|
||||
nMicro = NMR_SPECVERSION_SECURECONTENT_MICRO;
|
||||
bIsSupported = true;
|
||||
}
|
||||
else if (!sSpecificationURL.compare(std::string(XML_3MF_NAMESPACE_TRIANGLESETS))) {
|
||||
nMajor = NMR_SPECVERSION_TRIANGLESETS_MAJOR;
|
||||
nMinor = NMR_SPECVERSION_TRIANGLESETS_MINOR;
|
||||
nMicro = NMR_SPECVERSION_TRIANGLESETS_MICRO;
|
||||
bIsSupported = true;
|
||||
}
|
||||
else if (!sSpecificationURL.compare(std::string(XML_3MF_NAMESPACE_VOLUMETRICSPEC))) {
|
||||
nMajor = NMR_SPECVERSION_VOLUMETRIC_MAJOR;
|
||||
nMinor = NMR_SPECVERSION_VOLUMETRIC_MINOR;
|
||||
nMicro = NMR_SPECVERSION_VOLUMETRIC_MICRO;
|
||||
bIsSupported = true;
|
||||
}
|
||||
else if (!sSpecificationURL.compare(std::string(XML_3MF_NAMESPACE_IMPLICITSPEC))) {
|
||||
nMajor = NMR_SPECVERSION_IMPLICIT_MAJOR;
|
||||
nMinor = NMR_SPECVERSION_IMPLICIT_MINOR;
|
||||
nMicro = NMR_SPECVERSION_IMPLICIT_MICRO;
|
||||
bIsSupported = true;
|
||||
}
|
||||
else {
|
||||
bIsSupported = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user