blob: 6fa4d195b2577f45aaa7eeff9e5764ee0b7f11da (
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
|
-- File: RWStepElement.cdl
-- Created: Thu Dec 12 17:22:36 2002
-- Author: data exchange team
-- <det@doomox>
---Copyright: Matra Datavision 2002
package RWStepElement
uses
StepData, Interface, TCollection, TColStd, StepElement
is
class RWAnalysisItemWithinRepresentation;
class RWCurve3dElementDescriptor;
class RWCurveElementEndReleasePacket;
class RWCurveElementSectionDefinition;
class RWCurveElementSectionDerivedDefinitions;
class RWElementDescriptor;
class RWElementMaterial;
class RWSurface3dElementDescriptor;
class RWSurfaceElementProperty;
class RWSurfaceSection;
class RWSurfaceSectionField;
class RWSurfaceSectionFieldConstant;
class RWSurfaceSectionFieldVarying;
class RWUniformSurfaceSection;
class RWVolume3dElementDescriptor;
end;
|