blob: dc5d4f098db6ffdabed2116a307b6c87980da25e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-- File: StepToGeom_BSplineSurface.cdl
-- Created: Tue Jun 22 10:33:07 1993
-- Author: Martine LANGLOIS
---Copyright: Matra Datavision 1993
class MakeBSplineSurface from StepToGeom
---Purpose: This class implements the mapping between classes
-- BSplineSurface from StepGeom
-- and class BSplineSurface from Geom
uses BSplineSurface from Geom,
BSplineSurface from StepGeom
is
Convert ( myclass; SS : BSplineSurface from StepGeom;
CS : out BSplineSurface from Geom)
returns Boolean from Standard;
end MakeBSplineSurface;
|