home *** CD-ROM | disk | FTP | other *** search
- REM Name: i_2arcbl.cdl
- REM
- REM Date: 013089 simon izraelevitz
- REM
- REM Task: Constructs a two arcs belt shape icon.
- REM
- REM Note: A message is displayed for all error conditions.
- REM
- REM
- REM -----------------------------------------------
-
- REM calculate scale factor
- sc = 0.4
-
- REM compute icon origin
- ox = 2.5 * hinc
- oy = 2.5 * vinc
-
- REM create icon geometry
- MODE DRAW
-
- x = ox + ( 0.6495190*sc)
- y = oy + ( 0.3750000*sc)
- r = 0.2500000*sc
- ARC x, y, @depth, r, 309.6153437, 470.3863582, 0, 3
-
- x = ox + (-0.6495190*sc)
- y = oy + (-0.3750000*sc)
- r = 0.5000000*sc
- ARC x, y, @depth, r, 110.4163122, 309.5940540, 0, 3
-
- x1 = ox + (-0.8239385*sc)
- y1 = oy + ( 0.0935914*sc)
- x2 = ox + ( 0.5624318*sc)
- y2 = oy + ( 0.6093413*sc)
- VLINE x1, y1, @depth, x2, y2, @depth, 0, 3
-
- x1 = ox + ( 0.8089266*sc)
- y1 = oy + ( 0.1824144*sc)
- x2 = ox + (-0.3308470*sc)
- y2 = oy + (-0.7602897*sc)
- VLINE x1, y1, @depth, x2, y2, @depth, 0, 3
-
- x1 = ox + (-0.9495190*sc)
- y1 = oy + ( 0.1446153*sc)
- x2 = ox + (-0.3495190*sc)
- y2 = oy + (-0.8946153*sc)
- VLINE x1, y1, @depth, x2, y2, @depth, 0, 3, 0, 3
-
- x1 = ox + ( 0.4745191*sc)
- y1 = oy + ( 0.6781090*sc)
- x2 = ox + ( 0.8245191*sc)
- y2 = oy + ( 0.0718912*sc)
- VLINE x1, y1, @depth, x2, y2, @depth, 0, 3, 0, 3
-
- x1 = ox + ( 0.9526280*sc)
- y1 = oy + ( 0.5500001*sc)
- x2 = ox + (-1.1691343*sc)
- y2 = oy + (-0.6750001*sc)
- VLINE x1, y1, @depth, x2, y2, @depth, 0, 3, 0, 3
-