0025674: Debug dev guide: misprint in Saving and dumping shapes and geometric objects...
[occt.git] / dox / user_guides / ocaf / ocaf.md
1 OCAF  {#occt_user_guides__ocaf}
2 ========================
3
4 @tableofcontents
5
6 @section occt_ocaf_1 Introduction
7
8 This manual explains how to use the Open CASCADE Application Framework (OCAF).
9 It provides basic documentation on using OCAF. For advanced information on OCAF 
10 and its applications, see our offerings on our web site at 
11 <a href="http://www.opencascade.org/support/training/">www.opencascade.org/support/training/</a> 
12
13 OCAF (the Open CASCADE Application Framework) is a RAD (Rapid Application Development) framework used for 
14 specifying and organizing application data. To do this, OCAF provides: 
15
16   * Ready-to-use data common to most CAD/CAM applications,
17   * A scalable extension protocol for implementing new application specific data,
18   * An infrastructure
19   * To attach any data to any topological element
20   * To link data produced by different applications (*associativity of data*)
21   * To register the modeling process - the creation history, or parametrics, used to carry out the modifications.
22
23 Using OCAF, the application designer concentrates on the functionality and its specific algorithms. In this way, he avoids architectural problems notably implementing Undo-redo and saving application data. 
24
25 In OCAF, all of the above are already handled for the application designer, allowing him to reach a significant increase in productivity. 
26
27 In this respect, OCAF is much more than just one toolkit among many in the CAS.CADE Object Libraries. Since it can handle any data and algorithms in these libraries - be it modeling algorithms, topology or geometry - OCAF is a logical supplement to these libraries. 
28
29 The table below contrasts the design of a modeling application using object libraries alone and using OCAF. 
30
31 **Table 1: Services provided by OCAF** 
32
33 |Development tasks      |Comments | Without OCAF        | With OCAF |
34 |------------------:|---------:|---------------:|-----------:|
35 |Creation of geometry| Algorithm Calling the modeling libraries |       To be created by the user       | To be created by the user| 
36 | Data organization | Including specific attributes and modeling process | To be created by the user |  Simplified| 
37 | Saving data in a file | Notion of document | To be created by the user | Provided |
38 | Document-view management |    |  To be created by the user | Provided |
39 | Application infrastructure | New, Open, Close, Save and Save As File menus | To be created by the user | Provided | 
40 | Undo-Redo | Robust, multi-level       | To be created by the user     | Provided |
41 | Application-specific dialog boxes     |    | To be created by the user  |     To be created by the user |
42
43
44
45 The relationship between OCAF and the Open CASCADE Technology (**OCCT**) Object Libraries can be seen in the image below. 
46
47 @figure{/user_guides/ocaf/images/ocaf_image003.svg, "OCAF Architecture"}
48
49 In the image, the OCAF (Open CASCADE Application Framework) is shown with black rectangles and OCCT Object Libraries required by OCAF are shown with white rectangles. 
50
51 The subsequent chapters of this document explain the concepts and show how to use the services of OCAF.
52
53 @section occt_ocaf_2 Basic Concepts
54
55 @subsection occt_ocaf_2_1 Overview
56
57 In most existing geometric modeling systems, the data structure is shape driven. They usually use a brep model, where solids and surfaces are defined by a collection of entities such as faces, edges etc., and by attributes such as application data. These attributes are attached to the entities. Examples of application data include: 
58
59   * color,
60   * material,
61   * information that a particular edge is blended.
62
63 A shape, however, is inevitably tied to its underlying geometry. And geometry is highly subject to change in applications such as parametric modeling or product development. In this sort of application, using a brep (boundary representation) data structure proves to be a not very effective solution. A solution other than the shape must be found, i.e. a solution where attributes are attached to a deeper invariant structure of the model. Here, the topology itself will be one attribute among many. 
64
65 In OCAF, data structure is reference key-driven. The reference key is implemented in the form of labels. Application data is attached to these labels as attributes. By means of these labels and a tree structure they are organized in, the reference key aggregates all user data, not just shapes and their geometry. These attributes have similar importance; no attribute is master in respect of the others. 
66
67 The reference keys of a model - in the form of labels - have to be kept together in a single container. This container is called a document. 
68
69 @image html /user_guides/ocaf/images/ocaf_image004.png  "Topology-driven vs. reference key-driven approaches"
70 @image latex /user_guides/ocaf/images/ocaf_image004.png  "Topology-driven vs. reference key-driven approaches"
71
72 @subsection occt_ocaf_2_2 Applications and documents
73
74 OCAF documents are in turn managed by an OCAF application, which is in charge of: 
75
76   * Creating new documents
77   * Saving documents and opening them
78   * Initializing document views.
79
80 Apart from their role as a container of application data, documents can refer to each other; Document A, for example, can refer to a specific label in Document B. This functionality is made possible by means of the reference key. 
81
82 @subsection occt_ocaf_2_3 The document and the data framework
83
84 Inside a document, there is a data framework, a model, for example. This is a set of labels organized in a tree structure characterized by the following features: 
85   * The first label in a framework is the root of the tree;
86   * Each label has a tag expressed as an integer value;
87   * Sub-labels of a label are called its children;
88   * Each label which is not the root has one father – label from an upper level of the framework;
89   * Labels which have the same father are called brothers;
90   * Brothers cannot share the same tag;
91   * A label is uniquely defined by an entry expressed as a list of tags (entry) of fathers from the root: this list of tags is written from right to left: tag of label, tag of its father, tag of father of its father,..., 0 (tag of the root label).
92   
93 @image html /user_guides/ocaf/images/ocaf_image005.png "A simple framework model"
94 @image latex /user_guides/ocaf/images/ocaf_image005.png "A simple framework model"
95
96 In the above figure inside the circles are the tags of corresponding labels. Under the circles are the lists of tags. The root label always has a zero tag. 
97
98 The children of a root label are middle-level labels with tags 1 and 3. These labels are brothers. 
99
100 List of tags of the right-bottom label is "0:3:4": this label has tag 4, its father (with entry "0:3") has tag 3, father of father has tag 0 (the root label always has "0" entry). 
101
102 For example, an application for designing table lamps will first allocate a label for the lamp unit (the lamp is illustrated below). The root label never has brother labels, so, for a lot of lamps in the framework allocation, one of the root label sub-labels for the lamp unit is used. By doing so, you would avoid any confusion between table lamps in the data framework. Parts of the lamp have different material, color and other attributes, so, for each sub-unit of the lamp a child label of the lamp label with specified tags is allocated: 
103
104   * a lamp-shade label with tag 1
105   * a bulb label with tag 2
106   * a stem label with tag 3
107
108 Label tags are chosen at will. They are just identifiers of the lamp parts. Now you can refine all units: set to the specified label geometry, color, material and other information about the lamp or it’s parts. This information is placed into special attributes of the label: the pure label contains no data – it is only a key to access data. 
109
110 The thing to remember is that tags are private addresses without any meaning outside the data framework. It would, for instance, be an error to use part names as tags. These might change or be removed from production in next versions of the application, whereas the exact form of that part might be what you wanted to use in your design, the part name could be integrated into the framework as an attribute. 
111
112 @image html /user_guides/ocaf/images/ocaf_image006.png
113 @image latex /user_guides/ocaf/images/ocaf_image006.png
114
115 So, after the user changes the lamp design, only corresponding attributes are changed, but the label structure is maintained. The lamp shape must be recreated by new attribute values and attributes of the lamp shape must refer to a new shape. 
116
117 @image html /user_guides/ocaf/images/ocaf_image007.png
118 @image latex /user_guides/ocaf/images/ocaf_image007.png
119
120
121 The previous figure shows the table-lamps document structure: each child of the root label contains a lamp shape attribute and refers to the sub-labels, which contain some design information about corresponding sub-units. 
122
123 The data framework structure allows to create more complex structures: each lamp label sub-label may have children labels with more detailed information about parts of the table lamp and its components. 
124
125 Note that the root label can have attributes too, usually global attributes: the name of the document, for example. 
126
127 As in the case of the table lamp example above, OCAF documents aggregate a battery of ready-to-use attributes, which represent typical data used in CAD. This data includes not only the Shape attribute, but a wide range of Standard attributes corresponding to the following types: 
128
129   * Geometric attributes
130   * General attributes
131   * Relationship attributes
132   * Auxiliary attributes
133
134 @subsubsection occt_ocaf_2_3_1 Documents
135
136 Documents offer access to the data framework and manage the following items: 
137
138   * Manage the notification of changes
139   * Update external links
140   * Manage the saving and restoring of data
141   * Store the names of software extensions.
142   * Manage command transactions
143   * Manage Undo and Redo options.
144
145 @subsubsection occt_ocaf_2_3_2 Shape attribute
146
147 The shape attribute implements the functionality of the OCCT topology manipulation: 
148   * reference to the shapes
149   * tracking of shape evolution
150
151 @subsubsection occt_ocaf_2_3_3 Standard attributes
152
153 Several ready-to-use base attributes already exist. These allow operating with simple common data in the data framework (for example: integer, real, string, array kinds of data), realize auxiliary functions (for example: tag sources attribute for the children of the label counter), create dependencies (for example: reference, tree node).... 
154
155 @subsubsection occt_ocaf_2_3_4 Visualization attributes
156
157 These attributes allow placing viewer information to the data framework, visual representation of objects and other auxiliary visual information, which is needed for graphical data representation. 
158
159 @subsubsection occt_ocaf_2_3_5 Function services
160
161 Where the document manages the notification of changes, a function manages propagation of these changes. The function mechanism provides links between functions and calls to various algorithms. 
162
163 @image html /user_guides/ocaf/images/ocaf_image008.png "Document structure"
164 @image latex /user_guides/ocaf/images/ocaf_image008.png "Document structure"
165
166
167 @section occt_ocaf_3 Data Framework Services
168
169 @subsection occt_ocaf_3_1 Overview
170
171 The data framework offers a single environment in which data from different application components can be handled. 
172
173 This allows you to exchange and modify data simply, consistently, with a maximum level of information, and with stable semantics. 
174
175 The building blocks of this approach are: 
176
177   * The tag
178   * The label
179   * The attribute
180
181 As it has been mentioned earlier, the first label in a framework is the root label of the tree. Each label has a tag expressed as an integer value, and a label is uniquely defined by an entry expressed as a list of tags from the root, 0:1:2:1, for example. 
182
183 Each label can have a list of attributes, which contain data, and several attributes can be attached to a label. Each attribute is identified by a GUID, and although a label may have several attributes attached to it, it must not have more than one attribute of a single GUID. 
184
185 The sub-labels of a label are called its children. Conversely, each label, which is not the root, has a father. Brother labels cannot share the same tag. 
186
187 The most important property is that a label’s entry is its persistent address in the data framework. 
188
189 @image html /user_guides/ocaf/images/ocaf_image009.png "Contents of a document"
190 @image latex /user_guides/ocaf/images/ocaf_image009.png "Contents of a document"
191
192 @subsection occt_ocaf_3_2 The Tag
193
194 A tag is an integer, which identifies a label in two ways: 
195
196   * Relative identification
197   * Absolute identification.
198
199 In relative identification, a label’s tag has a meaning relative to the father label only. For a specific label, you might, for example, have four child labels identified by the tags 2, 7, 18, 100. In using relative identification, you ensure that you have a safe scope for setting attributes. 
200
201 In absolute identification, a label’s place in the data framework is specified unambiguously by a colon-separated list of tags of all the labels from the one in question to the root of the data framework. This list is called an entry. *TDF_Tool::TagList* allows retrieving the entry for a specific label. 
202
203 In both relative and absolute identification, it is important to remember that the value of an integer has no intrinsic semantics whatsoever. In other words, the natural sequence that integers suggest, i.e. 0, 1, 2, 3, 4 ... - has no importance here. The integer value of a tag is simply a key. 
204
205 The tag can be created in two ways: 
206
207   * Random delivery
208   * User-defined delivery
209
210 As the names suggest, in random delivery, the tag value is generated by the system in a random manner. In user-defined delivery, you assign it by passing the tag as an argument to a method. 
211
212 @subsubsection occt_ocaf_3_2_1 Creating child labels using random delivery of tags
213
214 To append and return a new child label, you use *TDF_TagSource::NewChild*. In the example below, the argument *level2*, which is passed to *NewChild,* is a *TDF_Label*. 
215
216
217 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
218 TDF_Label child1 = TDF_TagSource::NewChild (level2); 
219 TDF_Label child2 = TDF_TagSource::NewChild (level2); 
220 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
221
222 @subsubsection occt_ocaf_3_2_2 Creation of a child label by user delivery from a tag
223
224 The other way to create a child label from a tag is by user delivery. In other words, you specify the tag, which you want your child label to have. 
225
226 To retrieve a child label from a tag which you have specified yourself, you need to use *TDF_Label::FindChild* and *TDF_Label::Tag* as in the example below. Here, the integer 3 designates the tag of the label you are interested in, and the Boolean false is the value for the argument *create*. When this argument is set to *false*, no new child label is created. 
227
228
229 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
230 TDF_Label achild = root.FindChild(3,Standard_False); 
231 if (!achild.IsNull()) { 
232 Standard_Integer tag = achild.Tag(); 
233
234 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
235
236 @subsection occt_ocaf_3_3 The Label
237
238 The tag gives a persistent address to a label. The label – the semantics of the tag – is a place in the data framework where attributes, which contain data, are attached. The data framework is, in fact, a tree of labels with a root as the ultimate father label (refer to the following figure): 
239
240 @image html /user_guides/ocaf/images/ocaf_image007.png
241 @image latex /user_guides/ocaf/images/ocaf_image007.png
242
243
244 Label can not be deleted from the data framework, so, the structure of the data framework that has been created can not be removed while the document is opened. Hence any kind of reference to an existing label will be actual while an application is working with the document. 
245
246 @subsubsection occt_ocaf_3_3_1 Label creation
247
248 Labels can be created on any labels, compared with brother labels and retrieved. You can also find their depth in the data framework (depth of the root label is 0, depth of child labels of the root is 1 and so on), whether they have children or not, relative placement of labels, data framework of this label. The class *TDF_Label* offers the above services. 
249
250 @subsubsection occt_ocaf_3_3_2 Creating child labels
251
252 To create a new child label in the data framework using explicit delivery of tags, use *TDF_Label::FindChild*. 
253
254
255 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
256 //creating a label with tag 10 at Root 
257 TDF_Label lab1 = aDF->Root().FindChild(10); 
258
259 //creating labels 7 and 2 on label 10 
260 TDF_Label lab2 = lab1.FindChild(7); 
261
262 TDF_Label lab3 = lab1.FindChild(2); 
263 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
264 You could also use the same syntax but add the Boolean *true* as a value of the argument **create**. This ensures that a new child label will be created if none is found. Note that in the previous syntax, this was also the case since **create** is *true* by default. 
265
266
267 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
268 TDF_Label level1 = root.FindChild(3,Standard_True); 
269 TDF_Label level2 = level1.FindChild(1,Standard_True); 
270 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
271 @subsubsection occt_ocaf_3_3_3 Retrieving child labels
272
273 You can retrieve child labels of your current label by iteration on the first level in the scope of this label. 
274
275
276 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
277 TDF_Label current; 
278 // 
279 for (TDF_ChildIterator it1 (current,Standard_False); it1.More(); it1.Next()) { 
280 achild = it1.Value(); 
281 // 
282 // do something on a child (level 1) 
283 // 
284
285 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
286 You can also retrieve all child labels in every descendant generation of your current label by iteration on all levels in the scope of this label. 
287 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
288 for (TDF_ChildIterator itall (current,Standard_True); itall.More(); itall.Next()) { 
289 achild = itall.Value(); 
290 // 
291 // do something on a child (all levels) 
292 // 
293
294 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
295 Using *TDF_Tool::Entry* with *TDF_ChildIterator* you can retrieve the entries of your current label’s child labels as well. 
296
297  
298 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
299 void DumpChildren(const TDF_Label& aLabel) 
300
301   TDF_ChildIterator it; 
302   TCollection_AsciiString es; 
303   for (it.Initialize(aLabel,Standard_True); it.More(); it.Next()){ 
304     TDF_Tool::Entry(it.Value(),es); 
305     cout  <<  as.ToCString()  <<  endl; 
306   } 
307
308 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
309 @subsubsection occt_ocaf_3_3_4 Retrieving the father label
310
311 Retrieving the father label of a current label. 
312
313
314 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
315 TDF_Label father = achild.Father(); 
316 isroot = father.IsRoot(); 
317 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
318 @subsection occt_ocaf_3_4 The Attribute
319
320 The label itself contains no data. All data of any type whatsoever - application or non-application - is contained in attributes. These are attached to labels, and there are different types for different types of data. OCAF provides many ready-to-use standard attributes such as integer, real, constraint, axis and plane. There are also attributes for topological naming, functions and visualization. Each type of attribute is identified by a GUID. 
321
322 The advantage of OCAF is that all of the above attribute types are handled in the same way. Whatever the attribute type is, you can create new instances of them, retrieve them, attach them to and remove them from labels, "forget" and "remember" the attributes of a particular label. 
323
324 @subsubsection occt_ocaf_3_4_1 Retrieving an attribute from a label
325
326 To retrieve an attribute from a label, you use *TDF_Label::FindAttribute*. In the example below, the GUID for integer attributes, and *INT*, a handle to an attribute are passed as arguments to *FindAttribute* for the current label. 
327
328
329 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
330 if(current.FindAttribute(TDataStd_Integer::GetID(),INT)) 
331
332   // the attribute is found 
333
334 else 
335
336   // the attribute is not found 
337
338 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
339 @subsubsection occt_ocaf_3_4_2 Identifying an attribute using a GUID
340
341 You can create a new instance of an attribute and retrieve its GUID. In the example below, a new integer attribute is created, and its GUID is passed to the variable *guid* by the method ID inherited from *TDF_Attribute*. 
342
343
344 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
345 Handle(TDataStd_Integer) INT = new TDataStd_Integer(); 
346 Standard_GUID guid = INT->ID(); 
347 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
348
349 @subsubsection occt_ocaf_3_4_3 Attaching an attribute to a label
350
351 To attach an attribute to a label, you use *TDF_Label::Add*. Repetition of this syntax raises an error message because there is already an attribute with the same GUID attached to the current label. 
352
353 *TDF_Attribute::Label* for *INT* then returns the label *attach* to which *INT* is attached. 
354
355
356 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
357 current.Add (INT); // INT is now attached to current 
358 current.Add (INT); // causes failure 
359 TDF_Label attach = INT->Label(); 
360 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
361 @subsubsection occt_ocaf_3_4_4 Testing the attachment to a label
362
363 You can test whether an attribute is attached to a label or not by using *TDF_Attribute::IsA* with the GUID of the attribute as an argument. In the example below, you test whether the current label has an integer attribute, and then, if that is so, how many attributes are attached to it. *TDataStd_Integer::GetID* provides the GUID argument needed by the method IsAttribute. 
364
365 *TDF_Attribute::HasAttribute* tests whether there is an attached attribute, and *TDF_Tool::NbAttributes* returns the number of attributes attached to the label in question, e.g. *current*. 
366
367
368 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
369 // Testing of attribute attachment 
370 // 
371 if (current.IsA(TDataStd_Integer::GetID())) { 
372 // the label has an Integer attribute attached 
373
374 if (current.HasAttribute()) { 
375 // the label has at least one attribute attached 
376 Standard_Integer nbatt = current.NbAttributes(); 
377 // the label has nbatt attributes attached 
378
379 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
380 @subsubsection occt_ocaf_3_4_5 Removing an attribute from a label
381
382 To remove an attribute from a label, you use *TDF_Label::Forget* with the GUID of the deleted attribute. To remove all attributes of a label, *TDF_Label::ForgetAll*. 
383
384
385 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
386 current.Forget(TDataStd_Integer::GetID()); 
387 // integer attribute is now not attached to current label 
388 current.ForgetAll(); 
389 // current has now 0 attributes attached 
390 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
391 @subsubsection occt_ocaf_3_4_6 Specific attribute creation
392
393 If the set of existing and ready to use attributes implementing standard data types does  not cover the needs of a specific data presentation task, the user can build his own data type and the corresponding new specific attribute implementing this new data type. 
394
395 There are two ways to implement a new data type: create a new attribute (standard approach), or use the notion of User Attribute by means of a combination of standard attributes  (alternative way) 
396
397 In order to create a new attribute in the standard way do the following: 
398 * Create a class inherited from *TDF_Attribute* and implement all purely virtual and necessary virtual methods:
399         + **ID()** – returns a unique GUID of a given attribute 
400         + **Restore(attribute)** – sets fields of this attribute equal to the fields of a given attribute of the same type 
401         + **Paste(attribute, relocation_table)** – sets fields of a given attribute equal to the field values of this attribute ; if the attribute has references to some objects of the data framework  and relocation_table has this element, then the given attribute must also refer to this object . 
402         + **NewEmpty()** - returns a new attribute of this class with empty fields 
403         + **Dump(stream)** -  outputs information about a given attribute to a given stream debug (usually outputs an attribute of type string only) 
404 * Create the persistence classes for this attribute according to the file format chosen for the document (see below).
405
406 Methods *NewEmpty, Restore* and *Paste* are used for the common transactions mechanism (Undo/Redo commands). If you don’t need this attribute to react to undo/redo commands, you can write only stubs of these methods, else you must call the Backup method of the *TDF_Attribute* class every time attribute fields are changed. 
407
408 If you use a standard file format and you want your new attributes to be stored during document saving and retrieved to the data framework whenever a document is opened, you must do the following: 
409
410   1. If you place an attribute to a new package, it is desirable (although not mandatory) if your package name starts with letter "T" (transient), for example: attribute *TMyAttributePackage_MyAttribute* in the package *TMyAttributePackage*.
411   2. Create a new package with name "P[package name]" (for example *PMyAttributePackage*) with class *PMyAttributePackage_MyAttribute* inside. The new class inherits the *PDF_Attribute* class and contains fields of attributes, which must be saved or retrieved ("P" - persistent).
412   3. Create a new package with name "M[package name]" (for example *MMyAttributePackage*) with classes *MMyAttributePackage_MyAttributeRetrievalDriver* and *MMyAttributePackage_MyAttributeStorageDriver* inside. The new classes inherit *MDF_ARDriver* and *MDF_ASDriver* classes respectively and contain the translation functionality: from T... attribute to P... and vice versa (M - middle) (see the realization of the standard attributes).
413   4. M... package must contain *AddStorageDrivers(aDriverSeq : ASDriverHSequence* from MDF) and *AddRetrievalDrivers(aDriverSeq : ASDriverHSequence* from MDF) methods, which append to the given sequence  of drivers *aDriverSeq*, which is a sequence of all new attribute drivers (see the previous point) used for the storage/retrieval of attributes. 
414   5 Use the standard schema (*StdSchema* unit) or create a new one to add your P-package and compile it. 
415
416 If you use the XML format, do the following: 
417   1. Create a new package with the name Xml[package name] (for example *XmlMyAttributePackage*) containing  class *XmlMyAttributePackage_MyAttributeDriver*. The new class inherits *XmlMDF_ADriver* class and contains the translation functionality: from transient to persistent and vice versa (see the realization of the standard attributes in the packages *XmlMDataStd*, for example). Add package method AddDrivers which adds your class to a driver table (see below).
418   2. Create a new package (or do it in the current one) with two package methods: 
419           * *Factory*, which loads the document storage and retrieval drivers; and 
420           * *AttributeDrivers*, which calls the methods AddDrivers for all packages responsible for persistence of the document.
421   3. Create a plug-in implemented as an executable (see example *XmlPlugin*). It calls a macro PLUGIN with the package name where you implemented the method Factory.
422 If you use the binary format, do the following: 
423   1. Create a new package with name <i> Bin[package name] </i> (for example *BinMyAttributePackage*) containing a class *BinMyAttributePackage_MyAttributeDriver*. The new class inherits *BinMDF_ADriver* class and contains the translation functionality: from transient to persistent and vice versa (see the realization of the standard attributes in the packages *BinMDataStd*, for example). Add package method *AddDrivers*, which adds your class to a driver table.
424   2. Create a new package (or do it in the current one) with two package methods: 
425           * Factory, which loads the document storage and retrieval drivers; and 
426           * AttributeDrivers, which calls the methods AddDrivers for all packages responsible for persistence of the document.
427   3. Create a plug-in implemented as an executable (see example *BinPlugin*). It calls a macro PLUGIN with the package name where you implemented the method Factory.
428 See <a href="#occt_ocaf_4_3_3">Saving the document</a> and <a href="#occt_ocaf_4_3_4">Opening the document from a file</a> for the description of document save/open mechanisms. 
429
430 If you decided to use the alternative way (create a new attribute by means of *UAttribute* and a combination of other standard attributes), do the following: 
431   1. Set a *TDataStd_UAttribute* with a unique GUID attached to a label. This attribute defines the semantics of the data type (identifies the data type).
432   2. Create child labels and allocate all necessary data through standard attributes at the child labels.
433   3. Define an interface class for access to the data of the child labels.
434
435 Choosing the alternative way of implementation of new data types allows to forget about creating persistence classes for your new data type. Standard persistence classes will be used instead. Besides, this way allows separating the data and the methods for access to the data (interfaces). It can be used for rapid development in all cases when requirements to application performance are not very high. 
436
437 Let’s study the implementation of the same data type in both ways by the example of transformation represented by *gp_Trsf* class. The class *gp_Trsf* defines the transformation according to the type (*gp_TrsfForm*) and a set of parameters of the particular type of transformation (two points or a vector for translation, an axis and an angle for rotation, and so on). 
438
439 1. The first way: creation of a new attribute. The implementation of the transformation by creation of a new attribute is represented in the <a href="#occt_ocaf_11">Samples</a>. 
440
441 2. The second way: creation of a new data type by means of combination of standard attributes. Depending on the type of transformation it may be kept in data framework by different standard attributes. For example, a translation is defined by two points. Therefore the data tree for translation looks like this: 
442   * Type of transformation <i>(gp_Translation)</i> as *TDataStd_Integer*;
443   * First point as *TDataStd_RealArray* (three values: X1, Y1 and Z1);
444   * Second point as *TDataStd_RealArray* (three values: X2, Y2 and Z2).
445
446 @image html /user_guides/ocaf/images/ocaf_image010.png "Data tree for translation"
447 @image latex /user_guides/ocaf/images/ocaf_image010.png "Data tree for translation"
448
449 If the type of transformation is changed to rotation, the data tree looks like this: 
450   * Type of transformation <i>(gp_Rotation)</i> as *TDataStd_Integer*;
451   * Point of axis of rotation as *TDataStd_RealArray* (three values: X, Y and Z);
452   * Axis of rotation as *TDataStd_RealArray* (three values: DX, DY and DZ);
453   * Angle of rotation as *TDataStd_Real*.
454
455 @image html /user_guides/ocaf/images/ocaf_image011.png "Data tree for rotation"
456 @image latex /user_guides/ocaf/images/ocaf_image011.png "Data tree for rotation"
457
458 The attribute *TDataStd_UAttribute* with the chosen unique GUID identifies the data type. The interface class initialized by the label of this attribute allows access to the data container (type of transformation and the data of transformation according to the type). 
459
460   
461 @section occt_ocaf_4_ Standard Document Services
462
463 @subsection occt_ocaf_4_1 Overview
464
465 Standard documents offer ready-to-use documents containing a TDF-based data framework. Each document can contain only one framework. 
466
467 The documents themselves are contained in the instantiation of a class inheriting from *TDocStd_Application*. This application manages the creation, storage and retrieval of documents. 
468
469 You can implement undo and redo in your document, and refer from the data framework of one document to that of another one. This is done by means of external link attributes, which store the path and the entry of external links. 
470
471 To sum up, standard documents alone provide access to the data framework. They also allow you to: 
472
473   * Update external links
474   * Manage the saving and opening of data
475   * Manage the undo/redo functionality.
476
477
478 @subsection occt_ocaf_4_2 The Application
479
480 As a container for your data framework, you need a document, and your document must be contained in your application. This application will be a class inheriting from *TDocStd_Application*. 
481
482 @subsubsection occt_ocaf_4_2_1 Creating an application
483
484 To create an application, use the following syntax. 
485
486 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
487 Handle(TDocStd_Application) app 
488 = new MyApplication_Application (); 
489 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
490 Note that *MyApplication_Application* is a class, which you have to create and which will inherit from *TDocStd_Application*. 
491
492 @subsubsection occt_ocaf_4_2_2 Creating a new document
493
494 To the application which you declared in the previous example (4.2.1), you must add the document *doc* as an argument of *TDocStd_Application::NewDocument*. 
495
496 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
497 Handle(TDocStd_Document) doc; 
498 app->NewDocument("NewDocumentFormat", doc); 
499 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
500
501 @subsubsection occt_ocaf_4_2_3 Retrieving the application to which the document belongs
502
503 To retrieve the application containing your document, you use the syntax below. 
504
505 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
506 app = Handle(TDocStd_Application)::DownCast 
507 (doc->Application()); 
508 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
509 @subsection occt_ocaf_4_3 The Document
510
511 The document contains your data framework, and allows you to retrieve this framework, recover its main label, save it in a file, and open or close this file. 
512
513 @subsubsection occt_ocaf_4_3_1 Accessing the main label of the framework
514
515 To access the main label in the data framework, you use *TDocStd_Document::Main* as in the example below. The main label is the first child of the root label in the data framework, and has the entry 0:1. 
516
517 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
518 TDF_Label label = doc->Main(); 
519 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
520 @subsubsection occt_ocaf_4_3_2 Retrieving the document from a label in its framework
521
522 To retrieve the document from a label in its data framework, you use *TDocStd_Document::Get* as in the example below. The argument *label* passed to this method is an instantiation of *TDF_Label*. 
523 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
524 doc = TDocStd_Document::Get(label); 
525 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
526
527 @subsubsection occt_ocaf_4_3_3 Saving the document
528
529 If in your document you use only standard attributes (from the packages *TDF, TDataStd, TNaming, TFunction, TPrsStd* and *TDocStd*), you just do the following steps: 
530
531 * In your application class (which inherits class *TDocStd_Application*) implement two methods:
532         + Formats (TColStd_SequenceOfExtendedString& theFormats), which append to a given sequence <i>\<theFormats\></i> your document format string, for example, "NewDocumentFormat" – this string is also set in the document creation command 
533         + ResourcesName(), which returns a string with a name of resources file (this file contains a description about the extension of the document, storage/retrieval drivers GUIDs...), for example, "NewFormat" 
534 * Create the resource file (with name, for example, "NewFormat") with the following strings:
535
536 ~~~~~
537 formatlist:NewDocumentFormat 
538 NewDocumentFormat: New Document Format Version 1.0 
539 NewDocumentFormat.FileExtension: ndf 
540 NewDocumentFormat.StoragePlugin: bd696000-5b34-11d1-b5ba-00a0c9064368 
541 NewDocumentFormat.RetrievalPlugin: bd696001-5b34-11d1-b5ba-00a0c9064368 
542 NewDocumentFormatSchema: bd696002-5b34-11d1-b5ba-00a0c9064368 
543 NewDocumentFormat.AttributeStoragePlugin:57b0b826-d931-11d1-b5da-00a0c9064368 
544 NewDocumentFormat.AttributeRetrievalPlugin:57b0b827-d931-11d1-b5da-00a0c9064368 
545 ~~~~~
546
547 * Create the resource file "Plugin" with GUIDs and corresponding plugin libraries, which looks like this:
548
549 **Example** 
550 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
551 ! Description of available plugins 
552 ! ************ 
553  
554 b148e300-5740-11d1-a904-080036aaa103.Location: libFWOSPlugin.so 
555
556 ! standard document drivers plugin 
557
558 bd696000-5b34-11d1-b5ba-00a0c9064368.Location: libPAppStdPlugin.so 
559 bd696001-5b34-11d1-b5ba-00a0c9064368.Location: libPAppStdPlugin.so 
560
561 ! standard schema plugin 
562
563 bd696002-5b34-11d1-b5ba-00a0c9064368.Location: libPAppStdPlugin.so 
564
565 ! standard attribute drivers plugin 
566
567 57b0b826-d931-11d1-b5da-00a0c9064368.Location: libPAppStdPlugin.so 
568 57b0b827-d931-11d1-b5da-00a0c9064368.Location: libPAppStdPlugin.so 
569 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
570
571 In order to set the paths for these files it is necessary to set the environments: *CSF_PluginDefaults* and *CSF_NewFormatDefaults*. For example, set the files in the directory *MyApplicationPath/MyResources*: 
572
573 ~~~~~
574 setenv CSF_PluginDefaults MyApplicationPath/MyResources 
575 setenv CSF_NewFormatDefaults MyApplicationPath/MyResources 
576 ~~~~~
577
578 Once these steps are taken you may run your application, create documents and Save/Open them. These resource files already exist in the OCAF (format "Standard"). 
579
580 If you use your specific attributes from packages, for example, <i>P-, M-</i> and *TMyAttributePackage*  (see @ref occt_ocaf_3_4_6  "Specific attribute creation") you must take some additional steps for the new plugin implementation: 
581
582 1. Add our *P* package to the standard schema. You can get an already existing (in Open CASCADE Technology sources) schema from *StdSchema* unit and add your package string to the cdl-file: package  *PMyAttributePackage*.
583 2. The next step consists in the implementation of an executable, which will connect our documents to our application and open/save them. Copy the package *PAppStdPlugin* and change its name to *MyTheBestApplicationPlugin*. In the *PLUGIN* macros type the name of your factory, which will be defined at the next step.
584 3. *Factory* is a method, which returns drivers (standard drivers and our defined drivers from the *M* package) by a GUID. Copy the package to the location, where the standard factory is defined (it is PAppStd in the OCAF sources). Change its name to *MyTheBestSchemaLocation*. The *Factory()* method of the *PappStd* package checks the GUID set as its argument and returns the corresponding table of drivers. Set two new GUIDs for your determined storage and retrieval drivers. Append two *if* declarations inside the *Factory()* method, which should check whether the set GUID coincides with GUIDs defined by the *Factory()* method as far as our storage and retrieval drivers are concerned. If the GUID coincides with one of them, the method should return a table of storage or retrieval drivers respectively.
585 4. Recompile all and add the strings with GUIDs  to the *Plugin* file in accordance with your plugin library GUID.
586
587 @subsubsection occt_ocaf_4_3_4 Opening the document from a file
588
589 To open the document from a file where it has been previously saved, you can use *TDocStd_Application::Open* as in the example below. The arguments are the path of the file and the document saved in this file. 
590
591 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
592 app->Open("/tmp/example.caf", doc); 
593 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
594
595 @subsubsection occt_ocaf_4_3_5 Cutting, copying and pasting inside a document
596
597 To cut, copy and paste inside a document, use the class *TDF_CopyLabel*.
598
599 In fact, you must define a *Label*, which contains the temporary value of a cut or 
600 copy operation (say, in <i> Lab_Clipboard</i>). You must also define two other labels:
601
602 * The data container (e.g. <i> Lab_source</i>)
603 * The destination of the copy (e.g. <i> Lab_ Target</i> )
604
605 ~~~~
606     Copy = copy (Lab_Source => Lab_Clipboard)
607     Cut = copy + Lab_Source.ForgetAll() // command clear the contents of LabelSource.
608     Paste = copy (Lab_Clipboard => Lab_target)
609 ~~~~
610
611 So we need a tool to copy all (or a part) of the content of a label and its sub-label,
612 to another place defined by a label.
613
614 ~~~~
615     TDF_CopyLabel aCopy;
616     TDF_IDFilter aFilter (Standard_False);
617
618     //Don't copy TDataStd_TreeNode attribute
619
620      aFilter.Ignore(TDataStd_TreeNode::GetDefaultTreeID());
621      aCopy.Load(aSource, aTarget); aCopy.UseFilter(aFilter); aCopy.Perform();
622
623     // copy the data structure to clipboard 
624
625     return aCopy.IsDone(); }
626 ~~~~
627
628 The filter is used to forbid copying a specified type of attribute. 
629
630 You can also have a look at the class *TDF_Closure*, which can be useful to determine the dependencies of the part you want to cut from the document.
631
632 @subsection occt_ocaf_4_4 External Links
633
634 External links refer from one document to another. They allow you to update the copy of data  framework later on. 
635
636 @image html /user_guides/ocaf/images/ocaf_image012.png  "External links between documents"
637 @image latex /user_guides/ocaf/images/ocaf_image012.png  "External links between documents"
638
639 Note that documents can be copied with or without a possibility of updating an external link. 
640
641 @subsubsection occt_ocaf_4_4_1 Copying the document
642
643 #### With the possibility of updating it later
644
645 To copy a document with a possibility of updating it later, you use *TDocStd_XLinkTool::CopyWithLink*. 
646
647 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
648 Handle(TDocStd_Document) doc1; 
649 Handle(TDocStd_Document) doc2; 
650
651 TDF_Label source = doc1->GetData()->Root(); 
652 TDF_Label target = doc2->GetData()->Root(); 
653 TDocStd_XLinkTool XLinkTool; 
654
655 XLinkTool.CopyWithLink(target,source); 
656 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
657
658 Now the target document has a copy of the source document. The copy also has a link in order to update the content of the copy if the original changes. 
659
660 In the example below, something has changed in the source document. As a result, you need to update the copy in the target document. This copy is passed to *TDocStd_XLinkTool::UpdateLink* as the argument *target*. 
661
662 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
663 XLinkTool.UpdateLink(target); 
664 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
665
666 #### Without any link between the copy and the original
667
668 You can also create a copy of the document with no link between the original and the copy. The syntax to use this option is *TDocStd_XLinkTool::Copy*. The copied document is again represented by the argument *target*, and the original – by *source.* 
669
670 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
671 XLinkTool.Copy(target, source); 
672
673 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
674
675
676 @section occt_ocaf_5_ OCAF Shape Attributes
677 @subsection occt_ocaf_5_1 Overview
678
679 A topological attribute can be seen as a hook into the topological structure. It is possible to attach data to define references to it.
680
681 OCAF shape attributes are used for topology objects and their evolution access. All topological objects are stored in one *TNaming_UsedShapes* attribute at the root label of the data framework. This attribute contains a map with all topological shapes used in a given document. 
682
683 The user can add the *TNaming_NamedShape* attribute to other labels. This attribute contains references (hooks) to shapes from the *TNaming_UsedShapes* attribute and an evolution of these shapes. The *TNaming_NamedShape* attribute contains a set of pairs of hooks: to the *Old* shape and to a *New* shape (see the following figure). It allows not only to get the topological shapes by the labels, but also to trace the evolution of the shapes and to correctly update dependent shapes by the changed one. 
684
685 If a shape is newly created, then the old shape of a corresponding named shape is an empty shape. If a shape is deleted, then the new shape in this named shape is empty. 
686
687 @image html /user_guides/ocaf/images/ocaf_image013.png
688 @image latex /user_guides/ocaf/images/ocaf_image013.png
689
690 ### Shape attributes in data framework. 
691
692 Different algorithms may dispose sub-shapes of the result shape at the individual labels depending on whether it is necessary to do so: 
693
694 * If a sub-shape must have some extra attributes (material of each face or color of each edge). In this case a specific sub-shape is placed to a separate label (usually to a sub-label of the result shape label) with all attributes of this sub-shape.
695 * If the topological naming algorithm is needed, a necessary and sufficient set of sub-shapes is placed to child labels of the result shape label. As usual, for a basic solid and closed shells, all faces of the shape are disposed.
696
697 *TNaming_NamedShape* may contain a few pairs of hooks with the same evolution. In this case the topology shape, which belongs to the named shape is a compound of new shapes. 
698
699 Consider the following example. Two boxes (solids) are fused into one solid (the result one). Initially each box was placed to the result label as a named shape, which has evolution PRIMITIVE and refers to the corresponding shape of the *TNaming_UsedShapes* map. The box result label has a material attribute and six child labels containing named shapes of Box faces. 
700
701 @image html /user_guides/ocaf/images/ocaf_image014.png "Resulting box"
702 @image latex /user_guides/ocaf/images/ocaf_image014.png "Resulting box"
703
704 After the fuse operation a modified result is placed to a separate label as a named shape, which refers to the old shape – one of the boxes, as well as to the new shape – the shape resulting from the fuse operation – and has evolution MODIFY (see the following figure). 
705
706 Named shapes, which contain information about modified faces, belong to the fuse result sub-labels: sub-label with tag 1 – modified faces from box 1, sub-label with tag 2 – modified faces from box 2. 
707
708 @image html /user_guides/ocaf/images/ocaf_image015.png
709 @image latex /user_guides/ocaf/images/ocaf_image015.png
710
711 This is necessary and sufficient information for the functionality of the right naming mechanism: any sub-shape of the result can be identified unambiguously by name type and set of labels, which contain named shapes: 
712
713   * face F1’ as a modification of face F11  
714   * face F1’’ as generation of face F12 
715   * edges as an intersection of two contiguous faces
716   * vertices as an intersection of three contiguous faces
717
718 After any modification of source boxes the application must automatically rebuild the naming entities: recompute the named shapes of the boxes (solids and faces) and fuse the resulting named shapes (solids and faces) that reference to the new named shapes. 
719
720 @subsection occt_ocaf_5_2 Services provided
721
722 @subsubsection occt_ocaf_5_2_1 Registering shapes and their evolution
723
724 When using TNaming_NamedShape to create attributes, the following fields of an attribute are filled: 
725
726 * A list of shapes called the "old" and the "new" shapes A new shape is recomputed as the value of the named shape. The meaning of this pair depends on the type of evolution.
727 * The type of evolution, which is a term of the *TNaming_Evolution* enumeration used for the selected shapes that are placed to the separate label: 
728         * PRIMITIVE – newly created topology, with no previous history;
729         * GENERATED – as usual, this evolution of a  named shape means, that the new shape is created from a low-level old shape ( a prism face from an edge, for example );
730         * MODIFY – the new shape is a modified old shape;
731         * DELETE – the new shape is empty; the named shape with this evolution just indicates that the old shape topology is deleted from the model;
732         * SELECTED – a named shape with this evolution has no effect on the history of the topology.
733
734 Only pairs of shapes with equal evolution can be stored in one named shape. 
735
736 @subsubsection occt_ocaf_5_2_2 Using naming resources
737
738 The class *TNaming_Builder* allows you to create a named shape attribute. It has a label of a future attribute as an argument of the constructor. Respective methods are used for the evolution and setting of shape pairs. If for the same TNaming_Builder object a lot of pairs of shapes with the same evolution are given, then these pairs would be placed in the resulting named shape. After the creation of a new object of the TNaming_Builder class, an empty named shape is created at the given label. 
739
740 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
741 // a new empty named shape is created at "label" 
742 TNaming_Builder builder(label); 
743 // set a pair of shapes with evolution GENERATED 
744 builder.Generated(oldshape1,newshape1); 
745 // set another pair of shapes with the same evolution 
746 builder.Generated(oldshape2,newshape2); 
747 // get the result – TNaming_NamedShape attribute 
748 Handle(TNaming_NamedShape) ns = builder.NamedShape(); 
749 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
750 @subsubsection occt_ocaf_5_2_3 Reading the contents of a named shape attribute
751
752 You can use the method <i>TNaming_NamedShape::Evolution()</i> to get the evolution of this named shape and the method <i>TNaming_NamedShape::Get()</i> to get a compound of new shapes of all pairs of this named shape.
753   
754 More detailed information about the contents of the named shape or about the modification history of a topology can be obtained with the following: 
755 * *TNaming_Tool* provides a common high-level functionality for access to the named shapes contents:
756         * The method <i>GetShape(Handle(TNaming_NamedShape)) </i>  returns a compound of new shapes of the given named shape;
757         * The method <i>CurrentShape(Handle(TNaming_NamedShape))</i>  returns a compound of the shapes, which are latest versions of the shapes from the given named shape;
758         * The method <i>NamedShape(TopoDS_Shape,TDF_Label) </i> returns a named shape, which contains a given shape as a new shape. A given label is any label from the data framework – it just gives access to it.
759 * *TNaming_Iterator* gives access to the named shape and hooks pairs.
760
761 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
762 // create an iterator for a named shape 
763 TNaming_Iterator iter(namedshape); 
764 // iterate while some pairs are not iterated 
765 while(iter.More()) { 
766 // get the new shape from the current pair 
767 TopoDS_Shape newshape = iter.NewShape(); 
768 // get the old shape from the current pair 
769 TopoDS_Shape oldshape = iter.OldShape(); 
770 // do something... 
771
772 // go to the next pair 
773 iter.Next(); 
774
775 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
776
777
778 @subsubsection occt_ocaf_5_2_4 Selection Mechanism
779
780 One of user interfaces for topological naming resources is the *TNaming_Selector* class. You can use this class to: 
781
782   * Store a selected shape on a label
783   * Access the named shape
784   * Update this naming
785
786 Selector places a new named shape with evolution SELECTED to the given label. By the given context shape (main shape, which contains a selected sub-shape), its evolution and naming structure the selector creates a "name" of the selected shape – unique description how to find a selected topology. 
787
788 After any modification of a context shape and updating of the corresponding naming structure, you must call the method *TNaming_Selector::Solve*. If the naming structure is correct, the selector automatically updates the selected shape in the corresponding named shape, else it fails. 
789
790 @subsubsection occt_ocaf_5_2_5 Exploring shape evolution
791
792 The class *TNaming_Tool* provides a toolkit to read current data contained in the attribute. 
793
794 If you need to create a topological attribute for existing data, use the method *NamedShape*. 
795
796 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
797 class MyPkg_MyClass 
798
799 public: Standard_Boolean SameEdge (const Handle(CafTest_Line)& L1, const Handle(CafTest_Line)& L2); 
800 }; 
801
802 Standard_Boolean CafTest_MyClass::SameEdge (const Handle(CafTest_Line)& L1, const Handle(CafTest_Line)& L2) 
803
804   Handle(TNaming_NamedShape) NS1 = L1->NamedShape(); 
805   Handle(TNaming_NamedShape) NS2 = L2->NamedShape(); 
806   return BRepTools::Compare(NS1,NS2); 
807
808 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
809
810 @section occt_ocaf_6_ Standard Attributes
811
812 @subsection occt_ocaf_6_1 Overview
813
814 Standard attributes are ready-to-use attributes, which allow creating and modifying attributes for many basic data types. They are available in the packages *TDataStd, TDataXtd* and *TDF*. Each attribute belongs to one of four types: 
815
816   * Geometric attributes;
817   * General attributes;
818   * Relationship attributes;
819   * Auxiliary attributes.
820
821 ### Geometric attributes
822
823   * **Axis** – simply identifies, that the concerned *TNaming_NamedShape* attribute with an axis shape inside belongs to the same label; 
824   * **Constraint** – contains information about a constraint between geometries: used geometry attributes, type, value (if exists), plane (if exists), "is reversed", "is inverted" and "is verified" flags;
825   * **Geometry** – simply identifies, that the concerned *TNaming_NamedShape* attribute with a specified-type geometry belongs to the same label; 
826   * **Plane** – simply identifies, that the concerned *TNaming_NamedShape* attribute with a plane shape inside belongs to the same label;
827   * **Point** – simply identifies, that the concerned *TNaming_NamedShape* attribute with a  point shape inside belongs to the same label;
828   * **Shape** – simply identifies, that the concerned *TNaming_NamedShape* attribute belongs to the same label;
829   * **PatternStd**  – identifies one of five available pattern models (linear, circular, rectangular, circular rectangular and mirror);
830   * **Position** – identifies the position in 3d global space.
831
832 ### General attributes
833
834   * **AsciiString** – contains AsciiString value;
835   * **BooleanArray** – contains an array of Boolean;
836   * **BooleanList** – contains a list of Boolean;
837   * **ByteArray** – contains an array of Byte (unsigned char) values;
838   * **Comment** – contains a string – some comment for a given label (or attribute);
839   * **Expression** – contains an expression string and a list of used variables attributes;
840   * **ExtStringArray** – contains an array of *ExtendedString* values;
841   * **ExtStringList** – contains a list of *ExtendedString* values;
842   * **Integer** – contains an integer value;
843   * **IntegerArray** – contains an array of integer values;
844   * **IntegerList** – contains a list of integer values;
845   * **IntPackedMap** – contains a packed map of integers;
846   * **Name** – contains a string – some name of a given label (or attribute);
847   * **NamedData** – may contain up to 6 of the following named data sets (vocabularies): *DataMapOfStringInteger, DataMapOfStringReal, DataMapOfStringString, DataMapOfStringByte, DataMapOfStringHArray1OfInteger* or *DataMapOfStringHArray1OfReal*;
848   * **NoteBook** – contains a *NoteBook* object attribute;
849   * **Real** – contains a real value;
850   * **RealArray** – contains an array of  real values;
851   * **RealList**    – contains a list of real values;
852   * **Relation** – contains a relation string and a list of used variables attributes;
853   * **Tick** – defines a boolean attribute;
854   * **Variable** – simply identifies, that a variable belongs to this label; contains the flag *is constraint* and a string of used units ("mm", "m"...);
855   * **UAttribute** – attribute with a user-defined GUID. As a rule, this attribute is used as a marker, which is independent of attributes at the same label (note, that attributes with the same GUIDs can not belong to the same label).
856   
857 ### Relationship attributes 
858
859   * **Reference** – contains reference to the label of its own data framework;
860   * **ReferenceArray** – contains an array of references;
861   * **ReferenceList** – contains a list of references;
862   * **TreeNode** – this attribute allows to create an internal tree in the data framework; this tree consists of nodes with the specified tree ID; each node contains references to the father, previous brother, next brother, first child nodes and tree ID.
863
864 ### Auxiliary attributes
865
866   * **Directory** – high-level tool attribute for sub-labels management;
867   * **TagSource** – this attribute is used for creation of new children: it stores the tag of the last-created child of the label and gives access to the new child label creation functionality.
868
869 All attributes inherit class *TDF_Attribute*, so, each attribute has its own GUID and standard methods for attribute creation, manipulation, getting access to the data framework. 
870
871
872 @subsection occt_ocaf_6_2 Services common to all attributes
873
874 @subsubsection occt_ocaf_6_2_1 Accessing GUIDs
875
876 To access the GUID of an attribute, you can use two methods: 
877   * Method *GetID* is the static method of a class. It returns the GUID of any attribute, which is an object of a specified class (for example, *TDataStd_Integer* returns the GUID of an integer attribute). Only two classes from the list of standard attributes do not support these methods: *TDataStd_TreeNode* and *TDataStd_Uattribute*, because the GUIDs of these attributes are variable.
878   * Method *ID* is the method of an object of an attribute class. It returns the GUID of this attribute. Absolutely all attributes have this method: only by this identifier you can discern the type of an attribute.
879   
880 To find an attribute attached to a specific label, you use the GUID of the attribute type you are looking for. This information can be found using the method  <i> GetID</i> and the method <i> Find</i> for the label as follows:
881
882 ~~~~
883     Standard_GUID anID = MyAttributeClass::GetID();
884     Standard_Boolean HasAttribute = aLabel.Find(anID,anAttribute);
885 ~~~~
886
887 @subsubsection occt_ocaf_6_2_2 Conventional Interface of Standard Attributes
888
889 It is usual to create standard named methods for the attributes: 
890
891   * Method *Set(label, [value])* is the static method, which allows to add an attribute to a given label.  If an attribute is characterized by one value this method may set it.
892   * Method *Get()* returns the value of an attribute if it is characterized by one value.
893   * Method *Dump(Standard_OStream)* outputs debug information about a given attribute to a given stream.
894   
895 @section occt_ocaf_7 Visualization Attributes
896
897 @subsection occt_ocaf_7_1 Overview
898
899 Standard visualization attributes implement the Application Interactive Services (see @ref occt_user_guides__visualization "Visualization User's Guide"). in the context of Open CASCADE Technology Application Framework. Standard visualization attributes are AISViewer and Presentation and belong to the TPrsStd package. 
900
901 @subsection occt_ocaf_7_2 Services provided
902
903 @subsubsection occt_ocaf_7_2_1 Defining an interactive viewer attribute
904
905 The class *TPrsStd_AISViewer* allows you to define an interactive viewer attribute. There may be only one such attribute per one data framework and it is always placed to the root label. So, it could be set or found by any label ("access label") of the data framework. Nevertheless the default architecture can be easily extended and the user can manage several Viewers per one framework by himself. 
906
907 To initialize the AIS viewer as in the example below, use method *Find*. 
908
909 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
910 // "access" is any label of the data framework 
911 Handle(TPrsStd_AISViewer) viewer = TPrsStd_AISViewer::Find(access) 
912 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
913
914 @subsection occt_ocaf_7_2_2 Defining a presentation attribute
915
916 The class *TPrsStd_AISPresentation* allows you to define the visual presentation of document labels contents. In addition to various visual fields (color, material, transparency, *isDisplayed*, etc.), this attribute contains its driver GUID. This GUID defines the functionality, which will update the presentation every time when needed. 
917
918 @subsubsection occt_ocaf_7_2_3 Creating your own driver
919
920 The abstract class TPrsStd_Driver allows you to define your own driver classes. Simply redefine the Update method in your new class, which will rebuild the presentation. 
921
922 If your driver is placed to the driver table with the unique driver GUID, then every time the viewer updates presentations with a GUID identical to your driver’s GUID, the *Update* method of your driver for these presentations must be called: 
923 @image html /user_guides/ocaf/images/ocaf_image016.png
924 @image latex /user_guides/ocaf/images/ocaf_image016.png
925
926 As usual, the GUID of a driver and the GUID of a displayed attribute are the same. 
927
928 @subsubsection occt_ocaf_7_2_4 Using a container for drivers
929
930 You frequently need a container for different presentation drivers. The class *TPrsStd_DriverTable* provides this service. You can add a driver to the table, see if one is successfully added, and fill it with standard drivers. 
931
932 To fill a driver table with standard drivers, first initialize the AIS viewer as in the example above, and then pass the return value of the method *InitStandardDrivers* to the driver table returned by the method *Get*. Then attach a *TNaming_NamedShape* to a label and set the named shape in the presentation attribute using the method *Set*. Then attach the presentation attribute to the named shape attribute, and the *AIS_InteractiveObject*, which the presentation attribute contains, will initialize its drivers for the named shape. This can be seen in the example below. 
933
934 **Example** 
935 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
936 DriverTable::Get() -> InitStandardDrivers(); 
937 // next, attach your named shape to a label 
938 TPrsStd_AISPresentation::Set(NS}; 
939 // here, attach the AISPresentation to NS. 
940 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
941
942 @section occt_ocaf_8 Function Services
943
944 Function services aggregate data necessary for regeneration of a model. The function mechanism - available in the package TFunction - provides links between functions and any execution algorithms, which take their arguments from the data framework, and write their results inside the same framework. 
945
946 When you edit any application model, you have to regenerate the model by propagating the modifications. Each propagation step calls various algorithms. To make these algorithms independent of your application model, you need to use function services. 
947
948 Take, for example, the case of a modeling sequence made up of a box with the application of a fillet on one of its edges. If you change the height of the box, the fillet will need to be regenerated as well. 
949
950 See the white paper @ref occt_user_guides__ocaf_functionmechanism_wp "Application Framework Function Mechanism" for more information.
951  
952 @subsection occt_ocaf_8_1 Finding functions, their owners and roots
953
954 The class *TFunction_Function* is an attribute, which stores a link to a function driver in the data framework. In the static table *TFunction_DriverTable* correspondence links between function attributes and drivers are stored. 
955
956 You can write your function attribute, a driver for such attribute, which updates the function result in accordance to a given map of changed labels, and set your driver with the GUID to the driver table. 
957
958 Then the solver algorithm of a data model can find the *Function* attribute on a corresponding label and call the *Execute* driver method to update the result of the function. 
959
960 @subsection occt_ocaf_8_2 Storing and accessing information about function status
961
962 For updating algorithm optimization, each function driver has access to the *TFunction_Logbook* object that is a container for a set of touched, impacted and valid labels. Using this object a driver gets to know which arguments of the function were modified. 
963
964 @subsection occt_ocaf_8_3 Propagating modifications
965
966 An application must implement its functions, function drivers and the common solver for parametric model creation. For example, check the following model: 
967
968 @image html /user_guides/ocaf/images/ocaf_image017.png
969 @image latex /user_guides/ocaf/images/ocaf_image017.png
970
971 The procedure of its creation is as follows:
972   * create a rectangular planar face F with height 100 and width 200
973   * create prism P using face F as a basis
974   * create fillet L at the edge of the prism
975   * change the width of F from 200 to 300:
976   * the solver for the function of face F starts
977   * the solver detects that an argument of the face *F* function has been modified
978   * the solver calls the driver of the face F function for a  regeneration of the face
979   * the driver rebuilds face F and adds the label of the face *width* argument to the logbook as touched and the label of the function of face F as impacted
980
981   * the solver detects the function of P – it depends on the function of F
982   * the solver calls the driver of the prism P function
983   * the driver rebuilds prism P and adds the label of this prism to the logbook as  impacted
984   * the solver detects the function of L  – it depends on the function of P
985   * the solver calls the L function driver
986   * the driver rebuilds fillet L and adds the label of the fillet to the logbook as impacted
987
988 @section occt_ocaf_9 XML Support
989
990 Writing and reading XML files in OCCT is provided by LDOM package, which constitutes an integral part
991 of XML OCAF persistence, which is the optional component provided on top of Open CASCADE Technology.
992
993 The Light DOM (LDOM) package contains classes maintaining a data structure whose main principles conform to W3C DOM Level 1 Recommendations. The purpose of these classes as required by XML OCAF persistence schema is to: 
994 * Maintain a tree structure of objects in memory representing the XML document. The root of the structure is an object of the *LDOM_Document* type. This object contains all the data corresponding to a given XML document and contains one object of the *LDOM_Element* type named "document element". The document element contains other *LDOM_Element* objects forming a tree. Other types of nodes: *LDOM_Attr, LDOM_Text, LDOM_Comment* and *LDOM_CDATASection* - represent the corresponding XML types and serve as branches of the tree of elements. 
995 * Provide class *LDOM_Parser* to read XML files and convert them to *LDOM_Document* objects.
996 * Provide class *LDOM_XmlWriter* to convert *LDOM_Document* to a character stream in XML format and store it in file. 
997
998 This package covers the functionality provided by numerous products known as "DOM parsers". Unlike most of them, LDOM was specifically developed to meet the following requirements: 
999 * To minimize the virtual memory allocated by DOM data structures. In average, the amount of memory of LDOM is the same as the XML file size (UTF-8). 
1000 * To minimize the time required for parsing and formatting XML, as well as for access to DOM data structures. 
1001
1002 Both these requirements are important when XML files are processed by applications if these files are relatively large (occupying megabytes and even hundreds of megabytes). To meet the requirements, some limitations were imposed on the DOM Level 1 specification; these limitations are insignificant in applications like OCAF. Some of these limitations can be overridden in the course of future developments. The main limitations are:
1003 * No Unicode support as well as various other encodings; only ASCII strings are used in DOM/XML. Note: There is a data type *TCollection_ExtendedString* for wide character data. This type is supported by *LDOM_String* as a sequence of numbers. 
1004 * Some superfluous methods are deleted: *getPreviousSibling, getParentNode,* etc. 
1005 * No resolution of XML Entities of any kind 
1006 * No support for DTD: the parser just checks for observance of general XML rules and never validates documents. 
1007 * Only 5 available types of DOM nodes: *LDOM_Element, LDOM_Attr, LDOM_Text, LDOM_Comment* and *LDOM_CDATASection*. 
1008 * No support of Namespaces; prefixed names are used instead of qualified names. 
1009 * No support of the interface *DOMException* (no exception when attempting to remove a non-existing node). 
1010
1011 LDOM is dependent on Kernel OCCT classes only. Therefore, it can be used outside OCAF persistence in various algorithms where DOM/XML support may be required. 
1012
1013 @subsection occt_ocaf_9_1 Document Drivers
1014
1015 The drivers for document storage and retrieval  manage  conversion between a transient OCAF
1016 Document in memory and its persistent reflection in a container (disk, memory, network). For XML Persistence, they are defined in the package XmlDrivers. 
1017
1018 The main methods (entry points) of these drivers are: 
1019 * *Write()* - for a storage driver; 
1020 * *Read()* - for a retrieval driver. 
1021
1022 The most common case (which is implemented in XML Persistence) is writing/reading document to/from a regular OS file. Such conversion is performed in two steps: 
1023
1024 First it is necessary to convert the transient document into another form (called persistent), suitable for writing into a file, and vice versa. 
1025 In XML Persistence LDOM_Document is used as the persistent form of an OCAF Document and the DOM_Nodes are the persistent objects. 
1026 An OCAF Document is a tree of labels with attributes. Its transformation into a persistent form can be functionally divided into two parts: 
1027 * Conversion of the labels structure, which is performed by the method XmlMDF::FromTo()
1028 * Conversion of the attributes and their underlying objects, which is performed by the corresponding attribute drivers (one driver per attribute type). 
1029
1030 The driver for each attribute is selected from a table of drivers, either by attribute
1031 type (on storage) or by the name of the corresponding DOM_Element (on retrieval).
1032 The table of drivers is created by by methods *XmlDrivers_DocumentStorageDriver::AttributeDrivers()*
1033 and *XmlDrivers_DocumentRetrievalDriver::AttributeDrivers()*. 
1034
1035 Then the persistent document is written into a file (or read from a file). 
1036 In standard persistence Storage and FSD packages contain classes for writing/reading the persistent document into a file. In XML persistence *LDOMParser* and *LDOM_XmlWriter* are used instead.
1037
1038 Usually, the library containing document storage and retrieval drivers is loaded at run time by a plugin mechanism. To support this in XML Persistence, there is a plugin *XmlPlugin* and a *Factory()* method in the *XmlDrivers* package. This method compares passed GUIDs with known GUIDs and returns the corresponding driver or generates an exception if the GUID is unknown. 
1039
1040 The application defines which GUID is needed for document storage or retrieval and in which library it should be found. This depends on document format and application resources. Resources for XML Persistence and also for standard persistence are found in the StdResource unit. They are written for the XmlOcaf document format. 
1041
1042 @subsection occt_ocaf_9_2 Attribute Drivers
1043
1044 There is one attribute driver for XML persistence for each transient attribute from a set of standard OCAF attributes, with the exception of attribute types, which are never stored (pure transient). Standard OCAF attributes are collected in six packages, and their drivers also follow this distribution. Driver for attribute <i>T*_*</i> is called <i>XmlM*_*</i>. Conversion between transient and persistent form of attribute is performed by two methods *Paste()* of attribute driver. 
1045
1046 *XmlMDF_ADriver* is the root class for all attribute drivers.
1047
1048 At the beginning of storage/retrieval process, one instance of each attribute driver is created and appended to driver table implemented as *XmlMDF_ADriverTable*.  During OCAF Data storage, attribute drivers are retrieved from the driver table by the type of attribute. In the retrieval step, a data map is created linking names of *DOM_Elements* and attribute drivers, and then attribute drivers are sought in this map by *DOM_Element* qualified tag names. 
1049
1050 Every transient attribute is saved as a *DOM_Element* (root element of OCAF attribute) with attributes and possibly sub-nodes. The name of the root element can be defined in the attribute driver as a string passed to the base class constructor. The default is the attribute type name. Similarly, namespace prefixes for each attribute can be set. There is no default value, but it is possible to pass NULL or an empty string to store attributes without namespace prefixes. 
1051
1052 The basic class *XmlMDF_ADriver* supports errors reporting via the method *WriteMessage(const TCollection_ExtendedString&)*. It sends a message string to its message driver which is initialized in the constructor with a *Handle(CDM_MessageDriver)* passed from the application by Document Storage/Retrieval Driver. 
1053
1054 @subsection occt_ocaf_9_3 XML Document Structure
1055
1056 Every XML Document has one root element, which may have attributes and contain other nodes. In OCAF XML Documents the root element is named "document" and has attribute "format" with the name of the OCAF Schema used to generate the file. The standard XML format is "XmlOcaf". The following elements are sub-elements of \<document\> and should be unique entries as its sub-elements, in a specific order. The order is:
1057 * **Element info** - contains strings identifying the format version and other parameters of the OCAF XML document. Normally, data under the element is used by persistence algorithms to correctly retrieve and initialize an OCAF document. The data also includes a copyright string. 
1058 * **Element comments** - consists of an unlimited number of \<comment\> sub-elements containing necessary comment strings. 
1059 * **Element label** is the root label of the document data structure, with the XML attribute "tag" equal to 0. It contains all the OCAF data (labels, attributes) as tree of XML elements. Every sub-label is identified by a tag (positive integer) defining a unique key for all sub-labels of a label. Every label can contain any number of elements representing OCAF attributes (see OCAF Attributes Representation below).
1060 * **Element shapes** - contains geometrical and topological entities in BRep format. These entities being referenced by OCAF attributes written under the element \<label\>. This element is empty if there are no shapes in the document. It is only output if attribute driver *XmlMNaming_NamedShapeDriver* has been added to drivers table by the *DocumentStorageDriver*.
1061
1062 ### OCAF Attributes Representation 
1063
1064 In XML documents, OCAF attributes are elements whose name identifies the OCAF attribute type. These elements may have a simple (string or number) or complex (sub-elements) structure, depending on the architecture of OCAF attribute. Every XML type for OCAF attribute possesses a unique positive integer "id" XML attribute identifying the OCAF attribute throughout the document. To ensure "id" uniqueness, the attribute name "id" is reserved and is only used to indicate and identify elements which may be referenced from other parts of the OCAF XML document. 
1065 For every standard OCAF attribute, its XML name matches the name of a C++ class in Transient data model. Generally, the XML name of OCAF attribute can be specified in the corresponding attribute driver. 
1066 XML types for OCAF attributes are declared with XML W3C Schema in a few XSD files where OCAF attributes are grouped by the package where they are defined. 
1067
1068 ### Example of resulting XML file 
1069
1070 The following example is a sample text from an XML file obtained by storing an OCAF document with two labels (0: and 0:2) and two attributes - *TDataStd_Name* (on label 0:) and *TNaming_NamedShape* (on label 0:2). The \<shapes\> section contents are replaced by an ellipsis. 
1071
1072 ~~~~
1073 <?xml version="1.0" encoding="UTF-8"?> 
1074 <document format="XmlOcaf" xmlns="http://www.opencascade.org/OCAF/XML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1075 xsi:schemaLocation="http://www.opencascade.org/OCAF/XML http://www.opencascade.org/OCAF/XML/XmlOcaf.xsd">
1076
1077 <info date="2001-10-04" schemav="0" objnb="3"> 
1078 <iitem>Copyright: Open Cascade, 2001</iitem> 
1079 <iitem>STORAGE_VERSION: PCDM_ReadWriter_1</iitem> 
1080 <iitem>REFERENCE_COUNTER: 0</iitem> 
1081 <iitem>MODIFICATION_COUNTER: 1</iitem> 
1082 </info> 
1083 <comments/> 
1084 <label tag="0"> 
1085 <TDataStd_Name id="1">Document_1</TDataStd_Name> 
1086 <label tag="2"> 
1087 <TNaming_NamedShape id="2" evolution="primitive"> 
1088 <olds/> 
1089 <news> 
1090 <shape tshape="+34" index="1"/> 
1091 </news> 
1092 </TNaming_NamedShape> 
1093 </label> 
1094 </label> 
1095 \<shapes\> 
1096 ... 
1097 </shapes> 
1098 </document> 
1099
1100 ~~~~
1101
1102 @subsection occt_ocaf_9_4 XML Schema
1103
1104 The XML Schema defines the class of a document. 
1105
1106 The full structure of OCAF XML documents is described as a set of XML W3C Schema files with definitions of all XML element types. The definitions provided cannot be overridden. If any application defines new persistence schemas, it can use all the definitions from the present XSD files but if it creates new or redefines existing types, the definition must be done under other namespace(s). 
1107
1108 There are other ways to declare XML data, different from W3C Schema, and it should be possible to use them to the extent of their capabilities of expressing the particular structure and constraints of our XML data model. However, it must be noted that the W3C Schema is the primary format for declarations and as such, it is the format supported for future improvements of Open CASCADE Technology, including the development of specific applications using OCAF XML persistence. 
1109
1110 The Schema files (XSD) are intended for two purposes: 
1111 * documenting the data format of files generated by OCAF; 
1112 * validation of documents when they are used by external (non-OCAF) applications, e.g., to generate reports. 
1113
1114 The Schema definitions are not used by OCAF XML Persistence algorithms when saving and restoring XML documents. There are internal checks to ensure validity when processing every type of data. 
1115
1116 ### Management of Namespaces 
1117
1118 Both the XML format and the XML OCAF persistence code are extensible in the sense that every new development can reuse everything that has been created in previous projects. For the XML format, this extensibility is supported by assigning names of XML objects (elements) to different XML Namespaces. Hence, XML elements defined in different projects (in different persistence libraries) can easily be combined into the same XML documents. An example is the XCAF XML persistence built as an extension to the Standard OCAF XML persistence <i>[File XmlXcaf.xsd]</i>. For the correct management of Namespaces it is necessary to: 
1119 * Define *targetNamespace* in the new XSD file describing the format. 
1120 * Declare (in *XSD* files) all elements and types in the targetNamespace to appear without a namespace prefix; all other elements and types use the appropriate prefix (such as "ocaf:"). 
1121 * Add (in the new *DocumentStorageDriver*) the *targetNamespace* accompanied with its prefix, using method *XmlDrivers_DocumentStorageDriver::AddNamespace*. The same is done for all namespaces objects which are used by the new persistence, with the exception of the "ocaf" namespace. 
1122 * Pass (in every OCAF attribute driver) the namespace prefix of the *targetNamespace* to the constructor of *XmlMDF_ADriver*. 
1123   
1124 @section occt_ocaf_10 GLOSSARY
1125
1126 * **Application** - a document container holding all documents containing all application data. 
1127 * **Application data** - the data produced by an application, as opposed to data referring to it. 
1128 * **Associativity of data** - the ability to propagate modifications made to one document to other documents, which refer to such document. Modification propagation is: 
1129   * unidirectional, that is, from the referenced to the referencing document(s), or
1130   * bi-directional, from the referencing to the referenced document and vice-versa.
1131 * **Attribute** - a container for application data. An attribute is attached to a label in the hierarchy of the data framework. 
1132 * **Child** - a label created from another label, which by definition, is the father label. 
1133 * **Compound document** - a set of interdependent documents, linked to each other by means of external references. These references provide the associativity of data. 
1134 * **Data framework** - a tree-like data structure which in OCAF, is a tree of labels with data attached to them in the form of attributes. This tree of labels is accessible through the services of the *TDocStd_Document* class. 
1135 * **Document** - a container for a data framework which grants access to the data, and is, in its turn, contained  by an application. A document also allows you to: 
1136         * Manage modifications, providing Undo and Redo functions 
1137         * Manage command transactions 
1138         * Update external links 
1139         * Manage save and restore options 
1140         * Store the names of software extensions. 
1141 * **Driver** - an abstract class, which defines the communications protocol with a system. 
1142 * **Entry** - an ASCII character string containing the tag list of a label. For example:
1143
1144 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
1145 0:3:24:7:2:7 
1146 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1147
1148 * **External links** - references from one data structure to another data structure in another document. 
1149 To store these references properly, a label must also contain an external link attribute. 
1150 * **Father** - a label, from which other labels have been created. The other labels are, by definition, the children of this label. 
1151 * **Framework** - a group of co-operating classes which enable a design to be re-used for a given category of problem. The framework guides the architecture of the application by breaking it up into abstract  classes, each of which has different responsibilities and collaborates in a predefined way. Application developer creates a specialized framework by: 
1152   * defining new classes which inherit from these abstract classes
1153   * composing framework class instances
1154   * implementing the services required by the framework.
1155
1156 In C++, the application behavior is implemented in virtual functions redefined in these derived classes. This is known as overriding. 
1157
1158 * **GUID** - Global Universal ID. A string of 37 characters intended to uniquely identify an object. For example:
1159
1160 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
1161 2a96b602-ec8b-11d0-bee7-080009dc3333 
1162 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1163
1164 * **Label** - a point in the data framework, which allows data to be attached to it by means of attributes. It has a name in the form of an entry, which identifies its place in the data framework. 
1165 * **Modified label** - containing attributes whose data has been modified. 
1166 * **Reference key** - an invariant reference, which may refer to any type of data used in an application. In its transient form, it is a label in the data framework, and the data is attached to it in the form of attributes. In its persistent form, it is an entry of the label. It allows an application to recover any entity in the current session or in a previous session. 
1167 * **Resource file** - a file containing a list of each document’s schema name and the storage and retrieval plug-ins for that document. 
1168 * **Root** - the starting point of the data framework. This point is the top label in the framework. It is represented by the [0] entry and is created at the same time with the document you are working on. 
1169 * **Scope** - the set of all the attributes and labels which depend on a given label. 
1170 * **Tag list** - a list of integers, which identify the place of a label in the data framework.  This list is displayed in an entry. 
1171 * **Topological naming** - systematic referencing of topological entities so that these entities can still be identified after the models they belong to have gone through several steps in modeling. In other words, topological naming allows you to track entities through the steps in the modeling process. This referencing is needed when a model is edited and regenerated, and can be seen as a mapping of labels and name attributes of the entities in the old version of a model to those of the corresponding entities in its new version. Note that if the topology of a model changes during the modeling, this mapping may not fully coincide. A Boolean operation, for example, may split edges. 
1172 * **Topological tracking** - following a topological entity in a model through the steps taken to edit and regenerate that model. 
1173 * **Valid label** - in a data framework, this is a label, which is already recomputed in the scope of regeneration sequence and includes the label containing a feature which is to be recalculated. Consider the case of a box to which you first add a fillet, then a protrusion feature. For recalculation purposes, only valid labels of each construction stage are used. In recalculating a fillet, they are only those of the box and the fillet, not the protrusion feature which was added afterwards.   
1174
1175 @section occt_ocaf_11 Samples
1176 @subsection occt_ocaf_11_1 Implementation of Attribute Transformation in a CDL file
1177
1178 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
1179 class Transformation from MyPackage inherits Attribute from TDF 
1180
1181     ---Purpose: This attribute implements a transformation data container. 
1182
1183 uses 
1184
1185      Attribute       from TDF, 
1186      Label           from TDF, 
1187      GUID            from Standard, 
1188      RelocationTable from TDF, 
1189      Pnt             from gp, 
1190      Ax1             from gp, 
1191      Ax2             from gp, 
1192      Ax3             from gp, 
1193      Vec             from gp, 
1194      Trsf            from gp, 
1195      TrsfForm        from gp 
1196
1197 is 
1198
1199     ---Category: Static methods 
1200     --          =============== 
1201
1202     GetID (myclass)     
1203     ---C++: return const &    
1204     ---Purpose: The method returns a unique GUID of this attribute. 
1205     --          By means of this GUID this attribute may be identified   
1206     --          among other attributes attached to the same label. 
1207     returns GUID from Standard; 
1208
1209     Set (myclass; theLabel : Label from TDF) 
1210     ---Purpose: Finds or creates the attribute attached to <theLabel>. 
1211     --          The found or created attribute is returned. 
1212     returns Transformation from MyPackage; 
1213
1214
1215     ---Category: Methods for access to the attribute data 
1216     --           ======================================== 
1217       
1218     Get (me) 
1219     ---Purpose: The method returns the transformation. 
1220     returns Trsf from gp; 
1221
1222
1223     ---Category: Methods for setting the data of transformation 
1224     --           ============================================== 
1225
1226     SetRotation (me : mutable; 
1227                          theAxis : Ax1 from gp; 
1228                          theAngle : Real from Standard); 
1229     ---Purpose: The method defines a rotation type of transformation. 
1230
1231     SetTranslation (me : mutable; 
1232                             theVector : Vec from gp); 
1233     ---Purpose: The method defines a translation type of transformation. 
1234
1235     SetMirror (me : mutable; 
1236                    thePoint : Pnt from gp); 
1237     ---Purpose: The method defines a point mirror type of transformation 
1238     --          (point symmetry). 
1239
1240     SetMirror (me : mutable; 
1241                    theAxis : Ax1 from gp); 
1242     ---Purpose: The method defines an axis mirror type of transformation 
1243     --          (axial symmetry). 
1244
1245     SetMirror (me : mutable; 
1246                    thePlane : Ax2 from gp); 
1247     ---Purpose: The method defines a point mirror type of transformation 
1248     --          (planar symmetry). 
1249
1250     SetScale (me : mutable; 
1251                   thePoint : Pnt from gp; 
1252                   theScale : Real from Standard); 
1253     ---Purpose: The method defines a scale type of transformation. 
1254
1255     SetTransformation (me : mutable; 
1256                                theCoordinateSystem1 : Ax3 from gp; 
1257                                theCoordinateSystem2 : Ax3 from gp); 
1258     ---Purpose: The method defines a complex type of transformation 
1259     --          from one co-ordinate system to another. 
1260
1261
1262     ---Category: Overridden methods from TDF_Attribute 
1263     --           ===================================== 
1264       
1265     ID (me) 
1266     ---C++: return const &   
1267     ---Purpose: The method returns a unique GUID of the attribute. 
1268     --          By means of this GUID this attribute may be identified   
1269     --          among other attributes attached to the same label. 
1270     returns GUID from Standard; 
1271
1272     Restore (me: mutable;   
1273                  theAttribute : Attribute from TDF); 
1274     ---Purpose: The method is called on Undo / Redo. 
1275     --          It copies the content of <theAttribute> 
1276     --          into this attribute (copies the fields). 
1277
1278     NewEmpty (me) 
1279     ---Purpose: It creates a new instance of this attribute. 
1280     --          It is called on Copy / Paste, Undo / Redo. 
1281     returns mutable Attribute from TDF; 
1282
1283     Paste (me;   
1284                theAttribute : mutable Attribute from TDF; 
1285                theRelocationTable : mutable RelocationTable from TDF); 
1286     ---Purpose:: The method is called on Copy / Paste. 
1287     --           It copies the content of this attribute into 
1288     --           <theAttribute> (copies the fields). 
1289
1290     Dump(me; anOS : in out OStream from Standard) 
1291     ---C++: return; 
1292     ---Purpose: Prints the content of this attribute into the stream. 
1293     returns OStream from Standard is redefined; 
1294
1295
1296     ---Category: Constructor 
1297     --           =========== 
1298
1299     Create 
1300     ---Purpose: The C++ constructor of this atribute class. 
1301     --          Usually it is never called outside this class. 
1302     returns mutable Transformation from MyPackage;      
1303
1304
1305 fields 
1306
1307     -- Type of transformation 
1308     myType : TrsfForm from gp; 
1309
1310     -- Axes (Ax1, Ax2, Ax3) 
1311     myAx1 : Ax1 from gp; 
1312     myAx2 : Ax2 from gp; 
1313     myFirstAx3 : Ax3 from gp; 
1314     mySecondAx3 : Ax3 from gp; 
1315       
1316     -- Scalar values 
1317     myAngle : Real from Standard; 
1318     myScale : Real from Standard; 
1319       
1320     -- Points 
1321     myFirstPoint : Pnt from gp; 
1322     mySecondPoint : Pnt from gp; 
1323
1324
1325 end Transformation; 
1326 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1327
1328 @subsection occt_ocaf_11_2 Implementation of Attribute Transformation in a CPP file
1329
1330 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
1331 #include MyPackage_Transformation.ixx; 
1332
1333 //======================================================================= 
1334 //function : GetID 
1335 //purpose  : The method returns a unique GUID of this attribute. 
1336 //           By means of this GUID this attribute may be identified   
1337 //           among other attributes attached to the same label. 
1338 //======================================================================= 
1339 const Standard_GUID& MyPackage_Transformation::GetID()   
1340
1341   static Standard_GUID ID("4443368E-C808-4468-984D-B26906BA8573"); 
1342   return ID; 
1343
1344
1345 //======================================================================= 
1346 //function : Set 
1347 //purpose  : Finds or creates the attribute attached to <theLabel>. 
1348 //           The found or created attribute is returned. 
1349 //======================================================================= 
1350 Handle(MyPackage_Transformation) MyPackage_Transformation::Set(const TDF_Label& theLabel)   
1351
1352   Handle(MyPackage_Transformation) T; 
1353   if (!theLabel.FindAttribute(MyPackage_Transformation::GetID(), T))   
1354   { 
1355     T = new MyPackage_Transformation();   
1356     theLabel.AddAttribute(T); 
1357   } 
1358   return T; 
1359
1360
1361 //======================================================================= 
1362 //function : Get 
1363 //purpose  : The method returns the transformation. 
1364 //======================================================================= 
1365 gp_Trsf MyPackage_Transformation::Get() const 
1366
1367   gp_Trsf transformation; 
1368   switch (myType) 
1369   { 
1370     case gp_Identity: 
1371     { 
1372       break; 
1373     } 
1374     case gp_Rotation: 
1375     { 
1376       transformation.SetRotation(myAx1, myAngle); 
1377       break; 
1378     } 
1379     case gp_Translation: 
1380     { 
1381       transformation.SetTranslation(myFirstPoint, mySecondPoint); 
1382       break; 
1383     } 
1384     case gp_PntMirror: 
1385     { 
1386       transformation.SetMirror(myFirstPoint); 
1387       break; 
1388     } 
1389     case gp_Ax1Mirror: 
1390     { 
1391       transformation.SetMirror(myAx1); 
1392       break; 
1393     } 
1394     case gp_Ax2Mirror: 
1395     { 
1396       transformation.SetMirror(myAx2); 
1397       break; 
1398     } 
1399     case gp_Scale: 
1400     { 
1401       transformation.SetScale(myFirstPoint, myScale); 
1402       break; 
1403     } 
1404     case gp_CompoundTrsf: 
1405     { 
1406       transformation.SetTransformation(myFirstAx3, mySecondAx3); 
1407       break; 
1408     } 
1409     case gp_Other: 
1410     { 
1411       break; 
1412     } 
1413   } 
1414   return transformation; 
1415
1416
1417 //======================================================================= 
1418 //function : SetRotation 
1419 //purpose  : The method defines a rotation type of transformation. 
1420 //======================================================================= 
1421 void MyPackage_Transformation::SetRotation(const gp_Ax1& theAxis, const Standard_Real theAngle) 
1422
1423   Backup(); 
1424   myType = gp_Rotation; 
1425   myAx1 = theAxis; 
1426   myAngle = theAngle; 
1427
1428
1429 //======================================================================= 
1430 //function : SetTranslation 
1431 //purpose  : The method defines a translation type of transformation. 
1432 //======================================================================= 
1433 void MyPackage_Transformation::SetTranslation(const gp_Vec& theVector) 
1434
1435   Backup(); 
1436   myType = gp_Translation; 
1437   myFirstPoint.SetCoord(0, 0, 0); 
1438   mySecondPoint.SetCoord(theVector.X(), theVector.Y(), theVector.Z()); 
1439
1440
1441 //======================================================================= 
1442 //function : SetMirror 
1443 //purpose  : The method defines a point mirror type of transformation 
1444 //           (point symmetry). 
1445 //======================================================================= 
1446 void MyPackage_Transformation::SetMirror(const gp_Pnt& thePoint) 
1447
1448   Backup(); 
1449   myType = gp_PntMirror; 
1450   myFirstPoint = thePoint; 
1451
1452
1453 //======================================================================= 
1454 //function : SetMirror 
1455 //purpose  : The method defines an axis mirror type of transformation 
1456 //           (axial symmetry). 
1457 //======================================================================= 
1458 void MyPackage_Transformation::SetMirror(const gp_Ax1& theAxis) 
1459
1460   Backup(); 
1461   myType = gp_Ax1Mirror; 
1462   myAx1 = theAxis; 
1463
1464
1465 //======================================================================= 
1466 //function : SetMirror 
1467 //purpose  : The method defines a point mirror type of transformation 
1468 //           (planar symmetry). 
1469 //======================================================================= 
1470 void MyPackage_Transformation::SetMirror(const gp_Ax2& thePlane) 
1471
1472   Backup(); 
1473   myType = gp_Ax2Mirror; 
1474   myAx2 = thePlane; 
1475
1476
1477 //======================================================================= 
1478 //function : SetScale 
1479 //purpose  : The method defines a scale type of transformation. 
1480 //======================================================================= 
1481 void MyPackage_Transformation::SetScale(const gp_Pnt& thePoint, const Standard_Real theScale) 
1482
1483   Backup(); 
1484   myType = gp_Scale; 
1485   myFirstPoint = thePoint; 
1486   myScale = theScale; 
1487
1488
1489 //======================================================================= 
1490 //function : SetTransformation 
1491 //purpose  : The method defines a complex type of transformation 
1492 //           from one co-ordinate system to another. 
1493 //======================================================================= 
1494 void MyPackage_Transformation::SetTransformation(const gp_Ax3& theCoordinateSystem1,   
1495                                                                          const gp_Ax3& theCoordinateSystem2) 
1496
1497   Backup(); 
1498   myFirstAx3 = theCoordinateSystem1; 
1499   mySecondAx3 = theCoordinateSystem2; 
1500
1501
1502 //======================================================================= 
1503 //function : ID 
1504 //purpose  : The method returns a unique GUID of the attribute. 
1505 //           By means of this GUID this attribute may be identified   
1506 //           among other attributes attached to the same label. 
1507 //======================================================================= 
1508 const Standard_GUID& MyPackage_Transformation::ID() const   
1509 {   
1510   return GetID();   
1511
1512
1513 //======================================================================= 
1514 //function : Restore 
1515 //purpose  : The method is called on Undo / Redo. 
1516 //           It copies the content of <theAttribute> 
1517 //           into this attribute (copies the fields). 
1518 //======================================================================= 
1519 void MyPackage_Transformation::Restore(const Handle(TDF_Attribute)& theAttribute)   
1520
1521   Handle(MyPackage_Transformation) theTransformation = Handle(MyPackage_Transformation)::DownCast(theAttribute); 
1522   myType = theTransformation->myType; 
1523   myAx1 = theTransformation->myAx1; 
1524   myAx2 = theTransformation->myAx2; 
1525   myFirstAx3 = theTransformation->myFirstAx3; 
1526   mySecondAx3 = theTransformation->mySecondAx3; 
1527   myAngle = theTransformation->myAngle; 
1528   myScale = theTransformation->myScale; 
1529   myFirstPoint = theTransformation->myFirstPoint; 
1530   mySecondPoint = theTransformation->mySecondPoint; 
1531
1532
1533 //======================================================================= 
1534 //function : NewEmpty 
1535 //purpose  : It creates a new instance of this attribute. 
1536 //           It is called on Copy / Paste, Undo / Redo. 
1537 //======================================================================= 
1538 Handle(TDF_Attribute) MyPackage_Transformation::NewEmpty() const 
1539 {    
1540   return new MyPackage_Transformation();   
1541
1542
1543 //======================================================================= 
1544 //function : Paste 
1545 //purpose  : The method is called on Copy / Paste. 
1546 //           It copies the content of this attribute into 
1547 //           <theAttribute> (copies the fields). 
1548 //======================================================================= 
1549 void MyPackage_Transformation::Paste(const Handle(TDF_Attribute)& theAttribute, 
1550                                                      const Handle(TDF_RelocationTable)& ) const 
1551
1552   Handle(MyPackage_Transformation) theTransformation = Handle(MyPackage_Transformation)::DownCast(theAttribute); 
1553   theTransformation->myType = myType; 
1554   theTransformation->myAx1 = myAx1; 
1555   theTransformation->myAx2 = myAx2; 
1556   theTransformation->myFirstAx3 = myFirstAx3; 
1557   theTransformation->mySecondAx3 = mySecondAx3; 
1558   theTransformation->myAngle = myAngle; 
1559   theTransformation->myScale = myScale; 
1560   theTransformation->myFirstPoint = myFirstPoint; 
1561   theTransformation->mySecondPoint = mySecondPoint; 
1562
1563
1564 //======================================================================= 
1565 //function : Dump 
1566 //purpose  : Prints the content of this attribute into the stream. 
1567 //======================================================================= 
1568 Standard_OStream& MyPackage_Transformation::Dump(Standard_OStream& anOS) const 
1569 {    
1570   anOS = "Transformation: "; 
1571   switch (myType) 
1572   { 
1573     case gp_Identity: 
1574     { 
1575       anOS = "gp_Identity"; 
1576       break; 
1577     } 
1578     case gp_Rotation: 
1579     { 
1580       anOS = "gp_Rotation"; 
1581       break; 
1582     } 
1583     case gp_Translation: 
1584     { 
1585       anOS = "gp_Translation"; 
1586       break; 
1587     } 
1588     case gp_PntMirror: 
1589     { 
1590       anOS = "gp_PntMirror"; 
1591       break; 
1592     } 
1593     case gp_Ax1Mirror: 
1594     { 
1595       anOS = "gp_Ax1Mirror"; 
1596       break; 
1597     } 
1598     case gp_Ax2Mirror: 
1599     { 
1600       anOS = "gp_Ax2Mirror"; 
1601       break; 
1602     } 
1603     case gp_Scale: 
1604     { 
1605       anOS = "gp_Scale"; 
1606       break; 
1607     } 
1608     case gp_CompoundTrsf: 
1609     { 
1610       anOS = "gp_CompoundTrsf"; 
1611       break; 
1612     } 
1613     case gp_Other: 
1614     { 
1615       anOS = "gp_Other"; 
1616       break; 
1617     } 
1618   } 
1619   return anOS; 
1620
1621
1622 //=======================================================================
1623 //function : MyPackage_Transformation 
1624 //purpose  : A constructor. 
1625 //=======================================================================
1626 MyPackage_Transformation::MyPackage_Transformation():myType(gp_Identity){ 
1627
1628 }
1629 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1630
1631 @subsection occt_ocaf_11_3  Implementation of typical actions with standard OCAF attributes.
1632
1633 There are four sample files provided in the directory 'OpenCasCade/ros/samples/ocafsamples'. They present typical actions with OCAF services (mainly for newcomers). 
1634 The method *Sample()* of each file is not dedicated for execution 'as is', it is rather a set of logical actions using some OCAF services.
1635
1636 ### TDataStd_Sample.cxx
1637 This sample contains templates for typical actions with the following standard OCAF attributes:
1638 - Starting with data framework;
1639 - TDataStd_Integer attribute management;
1640 - TDataStd_RealArray attribute management;
1641 - TDataStd_Comment attribute management;
1642 - TDataStd_Name attribute management;
1643 - TDataStd_UAttribute attribute management;
1644 - TDF_Reference attribute management;
1645 - TDataXtd_Point attribute management;
1646 - TDataXtd_Plane attribute management;
1647 - TDataXtd_Axis attribute management;
1648 - TDataXtd_Geometry attribute management;
1649 - TDataXtd_Constraint attribute management;
1650 - TDataStd_Directory attribute management;
1651 - TDataStd_TreeNode attribute management.
1652   
1653 ### TDocStd_Sample.cxx
1654 This sample contains template for the following typical actions:
1655 - creating application;
1656 - creating the new document (document contains a framework);
1657 - retrieving the document from a label of its framework;
1658 - filling a document with data;
1659 - saving a document in the file;
1660 - closing a document;
1661 - opening the document stored in the file;
1662 - copying content of a document to another document with possibility to update the copy in the future.
1663  
1664 ### TPrsStd_Sample.cxx
1665 This sample contains template for the following typical actions:
1666 - starting with data framework;
1667 - setting the TPrsStd_AISViewer in the framework;
1668 - initialization of aViewer;
1669 - finding TPrsStd_AISViewer attribute in the DataFramework;
1670 - getting AIS_InteractiveContext from TPrsStd_AISViewer;
1671 - adding driver to the map of drivers;
1672 - getting driver from the map of drivers;
1673 - setting TNaming_NamedShape to \<ShapeLabel\>;
1674 - setting the new  TPrsStd_AISPresentation to \<ShapeLabel\>;
1675 - displaying;
1676 - erasing;
1677 - updating and displaying presentation of the attribute to be displayed;
1678 - setting a color to the displayed attribute;
1679 - getting transparency of the displayed attribute;
1680 -  modify attribute;
1681 - updating presentation of the attribute in viewer.
1682
1683 ### TNaming_Sample.cxx
1684 This sample contains template for typical actions with OCAF Topological Naming services.
1685 The following scenario is used:
1686 - data framework initialization;
1687 - creating Box1 and pushing it as PRIMITIVE in DF;
1688 - creating Box2 and pushing it as PRIMITIVE in DF;
1689 - moving Box2 (applying a transformation);
1690 - pushing the selected edges of the top face of Box1 in DF;
1691 - creating a Fillet (using the selected edges) and pushing the result as a modification of Box1;
1692 - creating a Cut (Box1, Box2) as a modification of Box1 and push it in DF;
1693 - recovering the result from DF.
1694