Open CASCADE Technology  7.6.0
Enumerations

TopTools_FormatVersion.hxx File Reference

Enumerations

enum  TopTools_FormatVersion { TopTools_FormatVersion_VERSION_1 = 1 , TopTools_FormatVersion_VERSION_2 = 2 , TopTools_FormatVersion_VERSION_3 = 3 , TopTools_FormatVersion_CURRENT = TopTools_FormatVersion_VERSION_3 }
 Defined TopTools format version. More...
 
enum  { TopTools_FormatVersion_LOWER = TopTools_FormatVersion_VERSION_1 , TopTools_FormatVersion_UPPER = TopTools_FormatVersion_VERSION_3 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
TopTools_FormatVersion_LOWER 
TopTools_FormatVersion_UPPER 

◆ TopTools_FormatVersion

Defined TopTools format version.

Enumerator
TopTools_FormatVersion_VERSION_1 

Does not write CurveOnSurface UV Points into the file. On reading calls Check() method. This is default version.

TopTools_FormatVersion_VERSION_2 

Stores CurveOnSurface UV Points. On reading format is recognized from Version string.

TopTools_FormatVersion_VERSION_3 

Stores per-vertex normal information in case of triangulation-only Faces, because no analytical geometry to restore normals.

TopTools_FormatVersion_CURRENT 

Current version.