blob: 4d5e9335e1380864c51a96bd92740660c29b8f29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
-- File: LabelDisplayEntity.cdl
-- Created: Tue Apr 7 16:01:15 1992
-- Author: Christian CAILLET
-- <cky@phobox>
---Copyright: Matra Datavision 1992
deferred class LabelDisplayEntity from IGESData inherits IGESEntity
---Purpose : defines required type for LabelDisplay in directory part
-- an effective LabelDisplay entity must inherits it
is
end LabelDisplayEntity;
|