blob: d9e45430e62cfcd3adff16568e28e297734a83df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
-- File: ParametricRepresentationContext.cdl
-- Created: Fri Dec 1 11:11:23 1995
-- Author: EXPRESS->CDL V0.2 Translator
-- Copyright: Matra-Datavision 1993
class ParametricRepresentationContext from StepRepr
inherits RepresentationContext from StepRepr
uses
HAsciiString from TCollection
is
Create returns mutable ParametricRepresentationContext;
---Purpose: Returns a ParametricRepresentationContext
end ParametricRepresentationContext;
|