mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-11 00:37:04 +08:00
0025520: To provide info on what has been done by Shape Process and Shape Fix
Messages are registered in ShapeExtend_MsgRegistrator added to ShapeCutom and ShapeUpgrade packages All operators of ShapeProcess_OperLibrary are instrumented with MsgRegistrator 0025520: To provide info on what has been done by Shape Process and Shape Fix Update SHAPE.fr Fix some messages (minor change)
This commit is contained in:
@@ -81,12 +81,14 @@ is
|
||||
-- with explicit definition of mapping from current
|
||||
-- result to a new one
|
||||
|
||||
RecordModification (me: mutable; repl: DataMapOfShapeShape from TopTools);
|
||||
RecordModification (me: mutable; repl: DataMapOfShapeShape from TopTools;
|
||||
msg : MsgRegistrator from ShapeExtend=0);
|
||||
RecordModification (me: mutable; repl: ReShape from ShapeBuild;
|
||||
msg : MsgRegistrator from ShapeExtend);
|
||||
RecordModification (me: mutable; repl: ReShape from ShapeBuild);
|
||||
RecordModification (me: mutable; sh : Shape from TopoDS;
|
||||
repl: Modifier from BRepTools);
|
||||
repl: Modifier from BRepTools;
|
||||
msg : MsgRegistrator from ShapeExtend=0);
|
||||
---Purpose: Records modifications and resets result accordingly
|
||||
-- NOTE: modification of resulting shape should be explicitly
|
||||
-- defined in the maps along with modifications of subshapes
|
||||
|
||||
Reference in New Issue
Block a user