Integration of OCCT 6.5.0 from SVN

This commit is contained in:
bugmaster
2011-03-16 07:30:28 +00:00
committed by bugmaster
parent 4903637061
commit 7fd59977df
16375 changed files with 3882564 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
-- File: StepData_DescrGeneral.cdl
-- Created: Wed May 21 15:15:08 1997
-- Author: Christian CAILLET
-- <cky@heliox.paris1.matra-dtv.fr>
---Copyright: Matra Datavision 1997
class DescrGeneral from StepData inherits GeneralModule from StepData
---Purpose : Works with a Protocol by considering its entity descriptions
uses Transient,
EntityIterator from Interface,
ShareTool from Interface,
Check from Interface,
CopyTool from Interface,
Protocol from StepData
is
Create (proto : Protocol from StepData) returns DescrGeneral;
FillSharedCase (me; CN : Integer; ent : Transient;
iter : in out EntityIterator);
CheckCase (me; CN : Integer; ent : Transient; shares : ShareTool;
ach : in out Check);
CopyCase (me; CN : Integer; entfrom : Transient; entto : mutable Transient;
TC : in out CopyTool);
NewVoid (me; CN : Integer; ent : out mutable Transient) returns Boolean;
fields
theproto : Protocol from StepData;
end DescrGeneral;