Salome HOME
Issue #20456: Another dump study fails
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Mon, 21 Dec 2020 20:22:24 +0000 (23:22 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Mon, 21 Dec 2020 20:22:24 +0000 (23:22 +0300)
commit4272679d61b119cad2da8185296ab470adfb92d7
tree3a819df32ce9e678d3a430b3e312d3f4d41e0fca
parent8b674e649409e400fbd5c80ae3f116c04bee0c6f
Issue #20456: Another dump study fails

Implement additional check for user-defined name of a feature. This provides correct dump of names of features, which results have named after the feature name, but their default name has to be composed from the name of the concealed result. For example, in this case 'Face_1' feature conceals 'Pipe_1_1' result, so, the default name of face's result is 'Pipe_1_1', however, is was manually renamed to 'Face_1_1'.
src/ModelAPI/ModelAPI_Tools.cpp
src/ModelHighAPI/ModelHighAPI_Dumper.cpp
test.hdfs/Test20456.hdf [new file with mode: 0644]
test.hdfs/Test20456.py [new file with mode: 0644]
test.hdfs/testme.py