mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 11:06:26 +08:00
24 lines
485 B
Plaintext
Executable File
24 lines
485 B
Plaintext
Executable File
-- File: GeomToStep_Root.cdl
|
|
-- Created: Mon Jun 14 11:44:56 1993
|
|
-- Author: Martine LANGLOIS
|
|
-- <mla@mastox>
|
|
---Copyright: Matra Datavision 1993
|
|
|
|
private deferred class Root from GeomToStep
|
|
|
|
---Purpose : This class implements the common services for
|
|
-- all classes of GeomToStep which report error.
|
|
|
|
is
|
|
|
|
IsDone(me) returns Boolean
|
|
is static;
|
|
|
|
fields
|
|
|
|
done : Boolean is protected;
|
|
--Equal True if everything is ok, False otherwise.
|
|
|
|
end Root;
|
|
|