blob: 909cde619ecd854ee0504bf81ecd6b50aa55d150 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-- File: StepToGeom_MakeBSplineCurve.cdl
-- Created: Mon Jun 14 15:22:02 1993
-- Author: Martine LANGLOIS
---Copyright: Matra Datavision 1993
class MakeBSplineCurve from StepToGeom
---Purpose: This class implements the mapping between all classes of
-- BSplineCurve from StepGeom and BSplineCurve from Geom
uses
BSplineCurve from Geom,
BSplineCurve from StepGeom
is
Convert ( myclass; SC : BSplineCurve from StepGeom;
CC : out BSplineCurve from Geom )
returns Boolean from Standard;
end MakeBSplineCurve;
|