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