0024784: Move documentation in CDL files to proper location
[occt.git] / src / RWStepShape / RWStepShape.cdl
CommitLineData
b311480e 1-- Created on: 1995-12-04
2-- Created by: EXPRESS->CDL V0.2 Translator
3-- Copyright (c) 1995-1999 Matra Datavision
973c2be1 4-- Copyright (c) 1999-2014 OPEN CASCADE SAS
b311480e 5--
973c2be1 6-- This file is part of Open CASCADE Technology software library.
b311480e 7--
d5f74e42 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
973c2be1 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.
b311480e 13--
973c2be1 14-- Alternatively, this file may be used under the terms of Open CASCADE
15-- commercial license or contractual agreement.
7fd59977 16
17package RWStepShape
18
19uses
20
21 StepData, Interface, TCollection, TColStd, StepShape
22
23is
24
25
26--class ReadWriteModule;
27
28--class GeneralModule;
29
30class RWAdvancedBrepShapeRepresentation;
31class RWAdvancedFace;
32class RWBlock;
33class RWBooleanResult;
34class RWBoxDomain;
35class RWBoxedHalfSpace;
36class RWBrepWithVoids;
37class RWClosedShell;
38class RWCompoundShapeRepresentation;
39class RWConnectedEdgeSet;
40class RWConnectedFaceShapeRepresentation;
41class RWConnectedFaceSet;
42-- Removed from Rev2 to Rev4 : class RWCsgRepresentation;
43class RWCsgShapeRepresentation;
44class RWCsgSolid;
45class RWDefinitionalRepresentationAndShapeRepresentation; -- abv CAX-IF TRJ4 k1_geo-ac
46class RWEdge;
47class RWEdgeBasedWireframeModel;
48class RWEdgeBasedWireframeShapeRepresentation;
49class RWEdgeCurve;
50class RWEdgeLoop;
51class RWExtrudedAreaSolid;
52class RWFace;
53class RWFaceBasedSurfaceModel;
54class RWFaceBound;
55class RWFaceOuterBound;
56class RWFaceSurface;
57class RWFacetedBrep;
58class RWFacetedBrepAndBrepWithVoids; -- Added by FMA
59class RWFacetedBrepShapeRepresentation;
60class RWGeometricCurveSet;
61class RWGeometricSet;
62class RWGeometricallyBoundedSurfaceShapeRepresentation;
63class RWGeometricallyBoundedWireframeShapeRepresentation;
64class RWHalfSpaceSolid;
65class RWLoop;
66class RWManifoldSolidBrep;
67class RWManifoldSurfaceShapeRepresentation;
68class RWNonManifoldSurfaceShapeRepresentation;
69class RWOpenShell;
70class RWOrientedClosedShell;
71class RWOrientedEdge;
72class RWOrientedFace;
73class RWOrientedOpenShell;
74class RWOrientedPath;
75class RWPath;
76class RWPolyLoop;
77class RWRevolvedAreaSolid;
78class RWRightAngularWedge;
79class RWRightCircularCone;
80class RWRightCircularCylinder;
81class RWShapeRepresentation;
82class RWShellBasedSurfaceModel;
83class RWSolidModel;
84class RWSolidReplica;
85class RWSphere;
86class RWSweptAreaSolid;
87class RWTopologicalRepresentationItem;
88class RWTorus;
89class RWTransitionalShapeRepresentation;
90class RWVertex;
91class RWVertexLoop;
92class RWVertexPoint;
93class RWLoopAndPath;
94
95 -- Added from AP214 CC1 to CC2
96
97class RWContextDependentShapeRepresentation;
98class RWShapeDefinitionRepresentation; -- moved from StepRepr
99
100-- Added from CC2 to DIS
101class RWSweptFaceSolid;
102class RWExtrudedFaceSolid;
103class RWRevolvedFaceSolid;
104
105 -- ABV 18 Apr 00: for dimensions and tolerances (Part 47)
106 class RWAngularLocation;
107 class RWAngularSize;
108 class RWDimensionalCharacteristicRepresentation;
109 class RWDimensionalLocation;
110 class RWDimensionalLocationWithPath;
111 class RWDimensionalSize;
112 class RWDimensionalSizeWithPath;
113 class RWShapeDimensionRepresentation;
114
115 -- CKY 25 APR 2001 : dim.tol, continued (TR7J)
116 class RWLimitsAndFits;
117 class RWToleranceValue;
118 class RWMeasureQualification;
119 class RWPlusMinusTolerance;
120 class RWPrecisionQualifier;
121 class RWTypeQualifier;
122
123 class RWQualifiedRepresentationItem;
124 class RWMeasureRepresentationItemAndQualifiedRepresentationItem;
125
126-- Added from AP214 IS to DIS
127
128 class RWConnectedFaceSubSet;
129 class RWSeamEdge;
130 class RWSubedge;
131 class RWSubface;
132
133--- Added for AP209
134 class RWPointRepresentation;
135
136--- added for TR12J (GD&T)
137 class RWShapeRepresentationWithParameters;
138
139 ---Package Method ---
140
141-- Init;
ff8178ef 142-- Enforced the initialisation of the libraries
7fd59977 143
144end RWStepShape;