summaryrefslogtreecommitdiff
path: root/src/IGESData/IGESData_ColorEntity.cdl
blob: 85531a0a5e9dc15208a72e6d66be71461854a2e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- File:	ColorEntity.cdl
-- Created:	Tue Apr  7 16:01:46 1992
-- Author:	Christian CAILLET
--		<cky@phobox>
---Copyright:	 Matra Datavision 1992


deferred class ColorEntity  from IGESData  inherits IGESEntity

    ---Purpose : defines required type for Color in directory part
    --           an effective Color entity must inherits it

is

end ColorEntity;