blob: d72a00b278d10bdfa46d51e2a8fda555f344fe9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- File: StepRepr_ExternallyDefinedRepresentation.cdl
-- Created: Tue Jun 30 17:42:08 1998
-- Author: Christian CAILLET
-- <cky@heliox.paris1.matra-dtv.fr>
---Copyright: Matra Datavision 1998
class ExternallyDefinedRepresentation from StepRepr inherits Representation from StepRepr
uses
HAsciiString from TCollection
is
Create returns mutable ExternallyDefinedRepresentation;
end ExternallyDefinedRepresentation;
|