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