1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0033011: Data Exchange - Backward compatibility XBF format

Fixed problem with moving the attribute position.
Made the same positions as version 7.5 with adding to the end.
This commit is contained in:
dpasukhi
2022-06-28 16:10:13 +03:00
committed by smoskvin
parent e01ce0cd52
commit 4f53e7b37c
3 changed files with 46 additions and 3 deletions

View File

@@ -37,7 +37,6 @@ enum ChildLab
ChildLab_Type = ChildLab_Begin,
ChildLab_Value,
ChildLab_Qualifier,
ChildLab_AngularQualifier,
ChildLab_Class,
ChildLab_Dec,
ChildLab_Modifiers,
@@ -52,6 +51,7 @@ enum ChildLab
ChildLab_Presentation,
ChildLab_Descriptions,
ChildLab_DescriptionNames,
ChildLab_AngularQualifier,
ChildLab_End
};