0024784: Move documentation in CDL files to proper location
[occt.git] / src / RWStepRepr / RWStepRepr.cdl
1 -- Created on: 1995-12-04
2 -- Created by: EXPRESS->CDL V0.2 Translator
3 -- Copyright (c) 1995-1999 Matra Datavision
4 -- Copyright (c) 1999-2014 OPEN CASCADE SAS
5 --
6 -- This file is part of Open CASCADE Technology software library.
7 --
8 -- This library is free software; you can redistribute it and/or modify it under
9 -- the terms of the GNU Lesser General Public License version 2.1 as published
10 -- by the Free Software Foundation, with special exception defined in the file
11 -- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 -- distribution for complete text of the license and disclaimer of any warranty.
13 --
14 -- Alternatively, this file may be used under the terms of Open CASCADE
15 -- commercial license or contractual agreement.
16
17 package RWStepRepr 
18
19 uses
20
21         StepData, Interface, TCollection, TColStd, StepRepr
22
23 is
24
25
26 --class ReadWriteModule;
27
28 --class GeneralModule;
29
30 class RWDefinitionalRepresentation;
31 class RWDescriptiveRepresentationItem;
32 class RWFunctionallyDefinedTransformation;
33 class RWGlobalUncertaintyAssignedContext;
34 class RWGlobalUnitAssignedContext;
35 class RWItemDefinedTransformation;
36 --moved to StepBasic: class RWGroup;
37 --moved to StepBasic: class RWGroupRelationship;
38 class RWMappedItem;
39 class RWParametricRepresentationContext;
40 class RWProductDefinitionShape;
41 class RWPropertyDefinition;
42 class RWPropertyDefinitionRepresentation;
43 --moved to StepAP214: class RWRepItemGroup;
44 class RWRepresentation;
45 class RWRepresentationContext;
46 class RWRepresentationItem;
47 class RWRepresentationMap;
48 class RWRepresentationRelationship;
49
50 class RWShapeAspect;
51 class RWShapeAspectRelationship;
52 class RWShapeAspectTransition;
53 -- class RWShapeDefinitionRepresentation;  moved to StepShape
54
55         -- Added from AP214 CC1 to CC2
56
57 class RWMakeFromUsageOption;
58 class RWAssemblyComponentUsage;
59 class RWQuantifiedAssemblyComponentUsage;
60 class RWSpecifiedHigherUsageOccurrence;
61
62 class RWAssemblyComponentUsageSubstitute;
63
64 class RWRepresentationRelationshipWithTransformation;
65 class RWShapeRepresentationRelationshipWithTransformation;
66
67 class RWMaterialDesignation;
68
69 -- ABV added for CAX TRJ 2 validation properties
70 class RWMeasureRepresentationItem;
71
72     -- Added for AP203
73     class RWConfigurationDesign;
74     class RWConfigurationEffectivity;
75     class RWConfigurationItem;
76     class RWProductConcept;
77
78     -- Added for Dimensional Tolerancing (CKY 25 APR 2001 for TR7J)
79     class RWCompoundRepresentationItem;
80
81         ---Package Method ---
82
83 --- added for AP209
84     class RWDataEnvironment;
85     class RWMaterialPropertyRepresentation;
86     class RWPropertyDefinitionRelationship;
87     class RWMaterialProperty;
88     class RWStructuralResponseProperty;
89     class RWStructuralResponsePropertyDefinitionRepresentation;
90
91 --- added for TR12J (GD&T) 
92     class RWCompositeShapeAspect;
93     class RWDerivedShapeAspect;
94     class RWExtension;
95     class RWShapeAspectDerivingRelationship;
96     class RWReprItemAndLengthMeasureWithUnit;
97     
98 --      Init;
99 -- Enforced the initialisation of the  libraries
100
101 end RWStepRepr;