]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Fillet visualization problem: the first visualization is not correct.
authornds <natalia.donis@opencascade.com>
Wed, 15 Apr 2015 07:42:45 +0000 (10:42 +0300)
committernds <natalia.donis@opencascade.com>
Wed, 15 Apr 2015 07:42:45 +0000 (10:42 +0300)
commitb2fd5369b5567e04a61aaa861237876501dc5c49
tree9b062729d076f208af42ba3bb566fc32ceb311e4
parentf123cb42293b018c34dcd29ecdcbef3ab85041d1
Fillet visualization problem: the first visualization is not correct.

The model correction to use the up-to-date number of composite features(it is increased by fillet execution)
Sketch manager should not filter the features and results, which are not related to the operation feature (fillet arc, coincidents, radius).
Constraint fillet is corrected: setInitialized() for a list attribute is not correct because currently the list combine this condition with a list size.
The recalculate of the center of an arc is not necessary because it happens in earlier code(azv)
src/Model/Model_Update.cpp
src/ModuleBase/ModuleBase_Tools.cpp
src/ModuleBase/ModuleBase_Tools.h
src/PartSet/PartSet_SketcherMgr.cpp
src/SketchPlugin/SketchPlugin_ConstraintFillet.cpp