mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-30 13:05:50 +03:00
22 lines
400 B
Plaintext
Executable File
22 lines
400 B
Plaintext
Executable File
-- File: ClosedShell.cdl
|
|
-- Created: Fri Dec 1 11:11:16 1995
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
class ClosedShell from StepShape
|
|
|
|
inherits ConnectedFaceSet from StepShape
|
|
|
|
uses
|
|
|
|
HAsciiString from TCollection,
|
|
HArray1OfFace from StepShape
|
|
is
|
|
|
|
Create returns mutable ClosedShell;
|
|
---Purpose: Returns a ClosedShell
|
|
|
|
|
|
end ClosedShell;
|