blob: 8883c44aaea30f51b2c5ba2dae91a6c55f49eb3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
-- File: BoundedSurface.cdl
-- Created: Fri Dec 1 11:11:15 1995
-- Author: EXPRESS->CDL V0.2 Translator
-- Copyright: Matra-Datavision 1993
class BoundedSurface from StepGeom
inherits Surface from StepGeom
uses
HAsciiString from TCollection
is
Create returns mutable BoundedSurface;
---Purpose: Returns a BoundedSurface
end BoundedSurface;
|