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