mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0033163: Bad definition of values in IMeshData_Status
Corrected value of status enum
This commit is contained in:
parent
3a24514d48
commit
a24391a133
@ -28,7 +28,7 @@ enum IMeshData_Status
|
||||
IMeshData_TooFewPoints = 0x20, //!< Discrete model contains too few boundary points to generate mesh.
|
||||
IMeshData_Outdated = 0x40, //!< Existing triangulation of some faces corresponds to greater deflection than specified by parameter.
|
||||
IMeshData_Reused = 0x80, //!< Existing triangulation of some faces is reused as far as it fits specified deflection.
|
||||
IMeshData_UserBreak = 0x160 //!< User break
|
||||
IMeshData_UserBreak = 0x100 //!< User break
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user