Include :

- corretto valore costante RUL_TYPE_ISOPAR_SMOOTH (deve essere 2 come altra costante cui fa riferimento).
This commit is contained in:
Dario Sassi
2025-04-28 08:30:15 +02:00
parent 9a37f9033a
commit 94fe68fd89
+1 -1
View File
@@ -84,7 +84,7 @@ enum CLiType { CLT_NONE = 0,
//----------------- Costanti tipo di costruzione di superficie rigata ----------
enum RuledType{ RUL_TYPE_ISOPAR = 0, // come ISurfTrimesh::RLT_ISOPAR
RUL_TYPE_MINDIST = 1, // come ISurfTrimesh::RLT_MINDIST
RUL_TYPE_ISOPAR_SMOOTH = 3} ; // come ISurfTrimesh::RLT_ISOPAR_SMOOTH
RUL_TYPE_ISOPAR_SMOOTH = 2} ; // come ISurfTrimesh::RLT_ISOPAR_SMOOTH
enum CrvRegClass { CRC_NULL = 0,
CRC_IN = 1,