mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-09 23:46:52 +08:00
29 lines
873 B
Plaintext
Executable File
29 lines
873 B
Plaintext
Executable File
-- File: IGESAppli_SpecificModule.cdl
|
|
-- Created: Tue Sep 7 11:14:37 1993
|
|
-- Author: Christian CAILLET
|
|
-- <cky@bravox>
|
|
---Copyright: Matra Datavision 1993
|
|
|
|
|
|
class SpecificModule from IGESAppli inherits SpecificModule from IGESData
|
|
|
|
---Purpose : Defines Services attached to IGES Entities :
|
|
-- Dump & OwnCorrect, for IGESAppli
|
|
|
|
uses Messenger from Message, IGESEntity, IGESDumper
|
|
|
|
is
|
|
|
|
Create returns mutable SpecificModule from IGESAppli;
|
|
---Purpose : Creates a SpecificModule from IGESAppli & puts it into SpecificLib
|
|
|
|
OwnDump (me; CN : Integer; ent : IGESEntity;
|
|
dumper : IGESDumper; S : Messenger from Message; own : Integer);
|
|
---Purpose : Specific Dump (own parameters) for IGESAppli
|
|
|
|
OwnCorrect (me; CN : Integer; ent : mutable IGESEntity)
|
|
returns Boolean is redefined;
|
|
---Purpose
|
|
|
|
end SpecificModule;
|