blob: 9d3983a49005267120f4744aaae279f177a60c8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
-- File: BezierSurface.cdl
-- Created: Fri Dec 1 11:11:15 1995
-- Author: EXPRESS->CDL V0.2 Translator
-- Copyright: Matra-Datavision 1993
class BezierSurface from StepGeom
inherits BSplineSurface from StepGeom
uses
HAsciiString from TCollection,
Integer from Standard,
HArray2OfCartesianPoint from StepGeom,
BSplineSurfaceForm from StepGeom,
Logical from StepData
is
Create returns mutable BezierSurface;
---Purpose: Returns a BezierSurface
end BezierSurface;
|