0021778: IGESControl_Writer does not take into account parameter write.iges.brep...
[occt.git] / src / IGESControl / IGESControl_ActorWrite.cdl
1 -- File:        IGESControl_ActorWrite.cdl
2 -- Created:     Mon Sep  7 14:33:09 1998
3 -- Author:      Christian CAILLET
4 --              <cky@paris1.matra-dtv.fr>
5 ---Copyright:    Matra Datavision 1998
6
7
8 class ActorWrite from IGESControl
9     inherits ActorOfFinderProcess  from Transfer
10
11     ---Purpose : Actor to write Shape to IGES
12
13 uses
14
15     Finder from Transfer,
16     FinderProcess from Transfer,
17     Binder from Transfer
18
19 is
20
21     Create returns ActorWrite;
22
23     Recognize (me : mutable; start : Finder from Transfer)  returns Boolean
24         is redefined;
25     ---Purpose : Recognizes a ShapeMapper
26
27     Transfer  (me : mutable; start : Finder from Transfer;
28                FP : mutable FinderProcess)  returns Binder  is redefined;
29     ---Purpose : Transfers Shape to IGES Entities
30     --         
31     --           ModeTrans may be : 0 -> groups of Faces
32     --           or 1 -> BRep
33
34 end ActorWrite;