blob: e7fe1e8684ff49e9fd250c1bea695ca02fcbaacf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-- File: StepToGeom_MakeConicalSurface.cdl
-- Created: Mon Jun 14 16:05:32 1993
-- Author: Martine LANGLOIS
---Copyright: Matra Datavision 1993
class MakeConicalSurface from StepToGeom
---Purpose: This class implements the mapping between class
-- ConicalSurface from StepGeom which describes a
-- conical_surface from Prostep and ConicalSurface from Geom
uses ConicalSurface from Geom,
ConicalSurface from StepGeom
is
Convert ( myclass; SS : ConicalSurface from StepGeom;
CS : out ConicalSurface from Geom )
returns Boolean from Standard;
end MakeConicalSurface;
|