1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-01 10:26:12 +03:00
occt/src/IGESGraph/IGESGraph_SpecificModule.cdl
2012-03-05 19:23:40 +04:00

31 lines
1.1 KiB
Plaintext
Executable File

-- File: IGESGraph_SpecificModule.cdl
-- Created: Tue Sep 7 11:14:37 1993
-- Author: Christian CAILLET
-- <cky@bravox>
---Copyright: Matra Datavision 1993
class SpecificModule from IGESGraph inherits SpecificModule from IGESData
---Purpose : Defines Services attached to IGES Entities :
-- Dump & OwnCorrect, for IGESGraph
uses Messenger from Message, IGESEntity, IGESDumper
is
Create returns mutable SpecificModule from IGESGraph;
---Purpose : Creates a SpecificModule from IGESGraph & puts it into SpecificLib
OwnDump (me; CN : Integer; ent : IGESEntity;
dumper : IGESDumper; S : Messenger from Message; own : Integer);
---Purpose : Specific Dump (own parameters) for IGESGraph
OwnCorrect (me; CN : Integer; ent : mutable IGESEntity)
returns Boolean is redefined;
---Purpose : Performs non-ambiguous Corrections on Entities which support
-- them (DrawingSize,DrawingUnits,HighLight,IntercharacterSpacing,
-- LineFontPredefined,NominalSize,Pick,UniformRectGrid)
end SpecificModule;