mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
22 lines
399 B
Plaintext
Executable File
22 lines
399 B
Plaintext
Executable File
-- 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;
|