mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
23
src/StepToGeom/StepToGeom_Root.cdl
Executable file
23
src/StepToGeom/StepToGeom_Root.cdl
Executable file
@@ -0,0 +1,23 @@
|
||||
-- File: StepToGeom_Root.cdl
|
||||
-- Created: Mon Jun 14 11:44:56 1993
|
||||
-- Author: Martine LANGLOIS
|
||||
-- <mla@mastox>
|
||||
---Copyright: Matra Datavision 1993
|
||||
|
||||
private deferred class Root from StepToGeom
|
||||
|
||||
---Purpose : This class implements the common services for
|
||||
-- all classes of StepToGeom 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;
|
||||
|
Reference in New Issue
Block a user