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