0022627: Change OCCT memory management defaults
[occt.git] / src / StepShape / StepShape_FacetedBrep.cdl
CommitLineData
7fd59977 1-- File: FacetedBrep.cdl
2-- Created: Fri Dec 1 11:11:20 1995
3-- Author: EXPRESS->CDL V0.2 Translator
4-- Copyright: Matra-Datavision 1993
5
6
7class FacetedBrep from StepShape
8
9inherits ManifoldSolidBrep from StepShape
10
11uses
12
13 HAsciiString from TCollection,
14 ClosedShell from StepShape
15is
16
17 Create returns mutable FacetedBrep;
18 ---Purpose: Returns a FacetedBrep
19
20
21end FacetedBrep;