1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0024830: Remove redundant keyword 'mutable' in CDL declarations

Redundant keyword 'mutable' removed in CDL files.
In IGESConvGeom_GeomBuilder, unused methods MakeXY() and MakeXYZ() removed.
Method StepAP214_AutoDesignGroupAssignment::Init() replicating same method of the base class is removed as it causes CDL extraction error after above (seemingly irrelevant) changes.
This commit is contained in:
abv
2014-04-15 08:50:00 +04:00
committed by apn
parent 99c68ea35f
commit 6e33d3ced2
2421 changed files with 6557 additions and 6604 deletions

View File

@@ -33,7 +33,7 @@ raises DimensionMismatch, OutOfRange
is
Create returns mutable BSplineCurve;
Create returns BSplineCurve;
-- Specific Methods pertaining to the class

View File

@@ -33,7 +33,7 @@ raises DimensionMismatch, OutOfRange
is
Create returns mutable BSplineSurface;
Create returns BSplineSurface;
-- Specific Methods pertaining to the class

View File

@@ -31,7 +31,7 @@ raises DimensionMismatch, OutOfRange
is
Create returns mutable Boundary;
Create returns Boundary;
-- Specific Methods pertaining to the class
@@ -101,7 +101,7 @@ is
-- a model space curve referred to by the Index
-- raises exception if Index <= 0 or Index > NbModelSpaceCurves()
ParameterCurve (me; Index, Num: Integer) returns mutable IGESEntity
ParameterCurve (me; Index, Num: Integer) returns IGESEntity
raises OutOfRange;
---Purpose : returns an individual parameter curve
-- raises exception if Index or Num is out of range

View File

@@ -31,7 +31,7 @@ raises OutOfRange
is
Create returns mutable BoundedSurface;
Create returns BoundedSurface;
-- Specific Methods pertaining to the class

View File

@@ -34,7 +34,7 @@ uses
is
Create returns mutable CircularArc;
Create returns CircularArc;
-- Specific Methods pertaining to the class

View File

@@ -30,7 +30,7 @@ raises OutOfRange
is
Create returns mutable CompositeCurve;
Create returns CompositeCurve;
-- Specific Methods pertaining to the class

View File

@@ -36,7 +36,7 @@ uses
is
Create returns mutable ConicArc;
Create returns ConicArc;
-- Specific Methods pertaining to the class

View File

@@ -32,7 +32,7 @@ raises OutOfRange
is
Create returns mutable CopiousData;
Create returns CopiousData;
-- Specific Methods pertaining to the class

View File

@@ -26,7 +26,7 @@ uses Integer -- no one specific type
is
Create returns mutable CurveOnSurface;
Create returns CurveOnSurface;
-- Specific Methods pertaining to the class

View File

@@ -30,7 +30,7 @@ uses
is
Create returns mutable Direction;
Create returns Direction;
-- Specific Methods pertaining to the class

View File

@@ -36,7 +36,7 @@ raises OutOfRange
is
Create returns mutable Flash;
Create returns Flash;
-- Specific Methods pertaining to the class

View File

@@ -25,7 +25,7 @@ uses OStream,
is
Create returns mutable GeneralModule from IGESGeom;
Create returns GeneralModule from IGESGeom;
---Purpose : Creates a GeneralModule from IGESGeom and puts it into GeneralLib
OwnSharedCase (me; CN : Integer; ent : IGESEntity;
@@ -43,12 +43,12 @@ is
---Purpose : Performs Specific Semantic Check for each type of Entity
NewVoid (me; CN : Integer; entto : out mutable Transient)
NewVoid (me; CN : Integer; entto : out Transient)
returns Boolean;
---Purpose : Specific creation of a new void entity
OwnCopyCase (me; CN : Integer;
entfrom : IGESEntity; entto : mutable IGESEntity;
entfrom : IGESEntity; entto : IGESEntity;
TC : in out CopyTool);
---Purpose : Copies parameters which are specific of each Type of Entity

View File

@@ -34,7 +34,7 @@ uses
is
Create returns mutable Line;
Create returns Line;
-- Specific Methods pertaining to the class

View File

@@ -30,7 +30,7 @@ uses
is
Create returns mutable OffsetCurve;
Create returns OffsetCurve;
-- Specific Methods pertaining to the class

View File

@@ -34,7 +34,7 @@ uses
is
Create returns mutable OffsetSurface;
Create returns OffsetSurface;
-- Specific Methods pertaining to the class

View File

@@ -31,7 +31,7 @@ uses
is
Create returns mutable Plane;
Create returns Plane;
-- Specific Methods pertaining to the class

View File

@@ -26,7 +26,7 @@ uses
XYZ from gp
is
Create returns mutable Point;
Create returns Point;
-- Specific Methods pertaining to the class

View File

@@ -22,7 +22,7 @@ uses Type, Protocol from Interface
is
Create returns mutable Protocol from IGESGeom;
Create returns Protocol from IGESGeom;
NbResources (me) returns Integer is redefined;
---Purpose : Gives the count of Resource Protocol. Here, one

View File

@@ -27,13 +27,13 @@ raises DomainError
is
Create returns mutable ReadWriteModule from IGESGeom;
Create returns ReadWriteModule from IGESGeom;
---Purpose : Creates a ReadWriteModule & puts it into ReaderLib & WriterLib
CaseIGES (me; typenum, formnum : Integer) returns Integer;
---Purpose : Defines Case Numbers for Entities of IGESGeom
ReadOwnParams (me; CN : Integer; ent : mutable IGESEntity;
ReadOwnParams (me; CN : Integer; ent : IGESEntity;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError;
---Purpose : Reads own parameters from file for an Entity of IGESGeom

View File

@@ -32,7 +32,7 @@ uses
is
Create returns mutable RuledSurface;
Create returns RuledSurface;
-- Specific Methods pertaining to the class

View File

@@ -23,14 +23,14 @@ uses Messenger from Message, IGESEntity, IGESDumper
is
Create returns mutable SpecificModule from IGESGeom;
Create returns SpecificModule from IGESGeom;
---Purpose : Creates a SpecificModule from IGESGeom & puts it into SpecificLib
OwnDump (me; CN : Integer; ent : IGESEntity;
dumper : IGESDumper; S : Messenger from Message; own : Integer);
---Purpose : Specific Dump (own parameters) for IGESGeom
OwnCorrect (me; CN : Integer; ent : mutable IGESEntity)
OwnCorrect (me; CN : Integer; ent : IGESEntity)
returns Boolean is redefined;
---Purpose : Performs non-ambiguous Correction on Entities which support
-- them (Boundary,ConicArc,Flash,OffsetCurve,TransformationMatrix)

View File

@@ -37,7 +37,7 @@ raises DimensionMismatch, OutOfRange
is
Create returns mutable SplineCurve;
Create returns SplineCurve;
-- Specific Methods pertaining to the class

View File

@@ -36,7 +36,7 @@ raises DimensionMismatch, OutOfRange
is
Create returns mutable SplineSurface;
Create returns SplineSurface;
-- Specific Methods pertaining to the class

View File

@@ -34,7 +34,7 @@ uses
is
Create returns mutable SurfaceOfRevolution;
Create returns SurfaceOfRevolution;
-- Specific Methods pertaining to the class

View File

@@ -31,7 +31,7 @@ uses
is
Create returns mutable TabulatedCylinder;
Create returns TabulatedCylinder;
-- Specific Methods pertaining to the class

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolBSplineCurve, ready to work
ReadOwnParams (me; ent : mutable BSplineCurve;
ReadOwnParams (me; ent : BSplineCurve;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : BSplineCurve; entto : mutable BSplineCurve;
OwnCopy (me; entfrom : BSplineCurve; entto : BSplineCurve;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolBSplineSurface, ready to work
ReadOwnParams (me; ent : mutable BSplineSurface;
ReadOwnParams (me; ent : BSplineSurface;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : BSplineSurface; entto : mutable BSplineSurface;
OwnCopy (me; entfrom : BSplineSurface; entto : BSplineSurface;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolBoundary, ready to work
ReadOwnParams (me; ent : mutable Boundary;
ReadOwnParams (me; ent : Boundary;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a Boundary <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable Boundary) returns Boolean is static;
OwnCorrect (me; ent : Boundary) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a Boundary
-- (if BoundaryType = 0, Nullify all ParameterCurves)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : Boundary; entto : mutable Boundary;
OwnCopy (me; entfrom : Boundary; entto : Boundary;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolBoundedSurface, ready to work
ReadOwnParams (me; ent : mutable BoundedSurface;
ReadOwnParams (me; ent : BoundedSurface;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : BoundedSurface; entto : mutable BoundedSurface;
OwnCopy (me; entfrom : BoundedSurface; entto : BoundedSurface;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolCircularArc, ready to work
ReadOwnParams (me; ent : mutable CircularArc;
ReadOwnParams (me; ent : CircularArc;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : CircularArc; entto : mutable CircularArc;
OwnCopy (me; entfrom : CircularArc; entto : CircularArc;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolCompositeCurve, ready to work
ReadOwnParams (me; ent : mutable CompositeCurve;
ReadOwnParams (me; ent : CompositeCurve;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : CompositeCurve; entto : mutable CompositeCurve;
OwnCopy (me; entfrom : CompositeCurve; entto : CompositeCurve;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolConicArc, ready to work
ReadOwnParams (me; ent : mutable ConicArc;
ReadOwnParams (me; ent : ConicArc;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a ConicArc <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable ConicArc) returns Boolean is static;
OwnCorrect (me; ent : ConicArc) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a ConicArc
-- (FormNumber recomputed according case Ellips-Parab-Hyperb)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : ConicArc; entto : mutable ConicArc;
OwnCopy (me; entfrom : ConicArc; entto : ConicArc;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolCopiousData, ready to work
ReadOwnParams (me; ent : mutable CopiousData;
ReadOwnParams (me; ent : CopiousData;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : CopiousData; entto : mutable CopiousData;
OwnCopy (me; entfrom : CopiousData; entto : CopiousData;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolCurveOnSurface, ready to work
ReadOwnParams (me; ent : mutable CurveOnSurface;
ReadOwnParams (me; ent : CurveOnSurface;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a CurveOnSurface <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable CurveOnSurface) returns Boolean is static;
OwnCorrect (me; ent : CurveOnSurface) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a CurveOnSurface
-- (its CurveUV must have UseFlag at 5)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : CurveOnSurface; entto : mutable CurveOnSurface;
OwnCopy (me; entfrom : CurveOnSurface; entto : CurveOnSurface;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolDirection, ready to work
ReadOwnParams (me; ent : mutable Direction;
ReadOwnParams (me; ent : Direction;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : Direction; entto : mutable Direction;
OwnCopy (me; entfrom : Direction; entto : Direction;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolFlash, ready to work
ReadOwnParams (me; ent : mutable Flash;
ReadOwnParams (me; ent : Flash;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a Flash <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable Flash) returns Boolean is static;
OwnCorrect (me; ent : Flash) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a Flash
-- (LineFont in Directory Entry forced to Rank = 1)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : Flash; entto : mutable Flash;
OwnCopy (me; entfrom : Flash; entto : Flash;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolLine, ready to work
ReadOwnParams (me; ent : mutable Line;
ReadOwnParams (me; ent : Line;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : Line; entto : mutable Line;
OwnCopy (me; entfrom : Line; entto : Line;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolOffsetCurve, ready to work
ReadOwnParams (me; ent : mutable OffsetCurve;
ReadOwnParams (me; ent : OffsetCurve;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a OffsetCurve <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable OffsetCurve) returns Boolean is static;
OwnCorrect (me; ent : OffsetCurve) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a OffsetCurve
-- (if OffsetType is not 3, OffsetFunction is cleared)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : OffsetCurve; entto : mutable OffsetCurve;
OwnCopy (me; entfrom : OffsetCurve; entto : OffsetCurve;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolOffsetSurface, ready to work
ReadOwnParams (me; ent : mutable OffsetSurface;
ReadOwnParams (me; ent : OffsetSurface;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : OffsetSurface; entto : mutable OffsetSurface;
OwnCopy (me; entfrom : OffsetSurface; entto : OffsetSurface;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolPlane, ready to work
ReadOwnParams (me; ent : mutable Plane;
ReadOwnParams (me; ent : Plane;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : Plane; entto : mutable Plane;
OwnCopy (me; entfrom : Plane; entto : Plane;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolPoint, ready to work
ReadOwnParams (me; ent : mutable Point;
ReadOwnParams (me; ent : Point;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : Point; entto : mutable Point;
OwnCopy (me; entfrom : Point; entto : Point;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolRuledSurface, ready to work
ReadOwnParams (me; ent : mutable RuledSurface;
ReadOwnParams (me; ent : RuledSurface;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : RuledSurface; entto : mutable RuledSurface;
OwnCopy (me; entfrom : RuledSurface; entto : RuledSurface;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolSplineCurve, ready to work
ReadOwnParams (me; ent : mutable SplineCurve;
ReadOwnParams (me; ent : SplineCurve;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : SplineCurve; entto : mutable SplineCurve;
OwnCopy (me; entfrom : SplineCurve; entto : SplineCurve;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolSplineSurface, ready to work
ReadOwnParams (me; ent : mutable SplineSurface;
ReadOwnParams (me; ent : SplineSurface;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : SplineSurface; entto : mutable SplineSurface;
OwnCopy (me; entfrom : SplineSurface; entto : SplineSurface;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolSurfaceOfRevolution, ready to work
ReadOwnParams (me; ent : mutable SurfaceOfRevolution;
ReadOwnParams (me; ent : SurfaceOfRevolution;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : SurfaceOfRevolution; entto : mutable SurfaceOfRevolution;
OwnCopy (me; entfrom : SurfaceOfRevolution; entto : SurfaceOfRevolution;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolTabulatedCylinder, ready to work
ReadOwnParams (me; ent : mutable TabulatedCylinder;
ReadOwnParams (me; ent : TabulatedCylinder;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : TabulatedCylinder; entto : mutable TabulatedCylinder;
OwnCopy (me; entfrom : TabulatedCylinder; entto : TabulatedCylinder;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolTransformationMatrix, ready to work
ReadOwnParams (me; ent : mutable TransformationMatrix;
ReadOwnParams (me; ent : TransformationMatrix;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a TransformationMatrix <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable TransformationMatrix) returns Boolean is static;
OwnCorrect (me; ent : TransformationMatrix) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a TransformationMatrix
-- (FormNumber if 0 or 1, recomputed according Positive/Negative)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : TransformationMatrix; entto : mutable TransformationMatrix;
OwnCopy (me; entfrom : TransformationMatrix; entto : TransformationMatrix;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolTrimmedSurface, ready to work
ReadOwnParams (me; ent : mutable TrimmedSurface;
ReadOwnParams (me; ent : TrimmedSurface;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : TrimmedSurface; entto : mutable TrimmedSurface;
OwnCopy (me; entfrom : TrimmedSurface; entto : TrimmedSurface;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -34,7 +34,7 @@ raises DimensionMismatch, OutOfRange
is
Create returns mutable TransformationMatrix;
Create returns TransformationMatrix;
-- Specific Methods pertaining to the class

View File

@@ -36,7 +36,7 @@ raises OutOfRange
is
Create returns mutable TrimmedSurface;
Create returns TrimmedSurface;
-- Specific Methods pertaining to the class