blob: 1a0b32bbdeb766e10d2dace29dd8ccf869f55e88 (
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_MakeHyperbola2d.cdl
-- Created: Tue May 9 10:42:44 1995
-- Author: Dieter THIEMANN
---Copyright: Matra Datavision 1994
class MakeHyperbola2d from StepToGeom
---Purpose: This class implements the mapping between classes
-- Hyperbola from StepGeom which describes a Hyperbola from
-- Prostep and Hyperbola from Geom2d.
uses
Hyperbola from Geom2d,
Hyperbola from StepGeom
is
Convert ( myclass; SC : Hyperbola from StepGeom;
CC : out Hyperbola from Geom2d )
returns Boolean from Standard;
end MakeHyperbola2d;
|