blob: e8153a9e8f2ef516212c098ce7b39af99ee51e60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
-- File: StepToGeom_MakeDirection.cdl
-- Created: Mon Jun 14 14:53:21 1993
-- Author: Martine LANGLOIS
---Copyright: Matra Datavision 1993
class MakeDirection from StepToGeom
---Purpose: This class implements the mapping between classes
-- Direction from StepGeom which describes a direction
-- from Prostep and Direction from Geom.
uses
Direction from Geom,
Direction from StepGeom
is
Convert ( myclass; SD : Direction from StepGeom;
CD : out Direction from Geom )
returns Boolean from Standard;
end MakeDirection;
|