blob: c75c5f595273e56a21f2b448d2bcb7c139542e83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
-- File: BinMDataXtd.cdl
-- Created: Wed Oct 30 14:49:06 2002
-- Author: Michael SAZONOV
-- <msv@novgorox.nnov.matra-dtv.fr>
-- modified Sergey Zaritchny
---Copyright: Matra Datavision 2002
package BinMDataXtd
---Purpose: Storage and Retrieval drivers for modelling attributes.
uses BinMDF,
BinObjMgt,
TDF,
CDM
is
---Purpose: Storage/Retrieval drivers for TDataXtd attributes
-- =======================================
class PointDriver;
class AxisDriver;
class PlaneDriver;
class GeometryDriver;
class ConstraintDriver;
class PlacementDriver;
class PatternStdDriver;
class ShapeDriver;
AddDrivers (theDriverTable : ADriverTable from BinMDF;
aMsgDrv : MessageDriver from CDM);
---Purpose: Adds the attribute drivers to <theDriverTable>.
SetDocumentVersion (DocVersion : Integer from Standard);
DocumentVersion returns Integer from Standard;
end BinMDataXtd;
|