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:
@@ -30,7 +30,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable Block;
|
||||
Create returns Block;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -31,7 +31,7 @@ raises OutOfRange
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable BooleanTree;
|
||||
Create returns BooleanTree;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -32,7 +32,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable ConeFrustum;
|
||||
Create returns ConeFrustum;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -30,7 +30,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable ConicalSurface;
|
||||
Create returns ConicalSurface;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -28,7 +28,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable Cylinder;
|
||||
Create returns Cylinder;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -27,7 +27,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable CylindricalSurface;
|
||||
Create returns CylindricalSurface;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -31,7 +31,7 @@ raises DimensionMismatch, OutOfRange
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable EdgeList;
|
||||
Create returns EdgeList;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -32,7 +32,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable Ellipsoid;
|
||||
Create returns Ellipsoid;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -29,7 +29,7 @@ raises OutOfRange
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable Face;
|
||||
Create returns Face;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -25,7 +25,7 @@ uses OStream,
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable GeneralModule from IGESSolid;
|
||||
Create returns GeneralModule from IGESSolid;
|
||||
---Purpose : Creates a GeneralModule from IGESSolid 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
|
||||
|
||||
|
@@ -36,7 +36,7 @@ raises DimensionMismatch, OutOfRange
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable Loop;
|
||||
Create returns Loop;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -31,7 +31,7 @@ raises DimensionMismatch, OutOfRange
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable ManifoldSolid;
|
||||
Create returns ManifoldSolid;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -28,7 +28,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable PlaneSurface;
|
||||
Create returns PlaneSurface;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -22,7 +22,7 @@ uses Type, Protocol from Interface
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable Protocol from IGESSolid;
|
||||
Create returns Protocol from IGESSolid;
|
||||
|
||||
NbResources (me) returns Integer is redefined;
|
||||
---Purpose : Gives the count of Resource Protocol. Here, one
|
||||
|
@@ -27,13 +27,13 @@ raises DomainError
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable ReadWriteModule from IGESSolid;
|
||||
Create returns ReadWriteModule from IGESSolid;
|
||||
---Purpose : Creates a ReadWriteModule & puts it into ReaderLib & WriterLib
|
||||
|
||||
CaseIGES (me; typenum, formnum : Integer) returns Integer;
|
||||
---Purpose : Defines Case Numbers for Entities of IGESSolid
|
||||
|
||||
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 IGESSolid
|
||||
|
@@ -29,7 +29,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable RightAngularWedge;
|
||||
Create returns RightAngularWedge;
|
||||
|
||||
Init (me : mutable;
|
||||
aSize : XYZ;
|
||||
|
@@ -29,7 +29,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable SelectedComponent;
|
||||
Create returns SelectedComponent;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -34,7 +34,7 @@ raises DimensionMismatch, OutOfRange
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable Shell;
|
||||
Create returns Shell;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -35,7 +35,7 @@ raises DimensionMismatch, OutOfRange
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable SolidAssembly;
|
||||
Create returns SolidAssembly;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -29,7 +29,7 @@ uses Integer -- no one specific type
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable SolidInstance;
|
||||
Create returns SolidInstance;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -28,7 +28,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable SolidOfLinearExtrusion;
|
||||
Create returns SolidOfLinearExtrusion;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -30,7 +30,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable SolidOfRevolution;
|
||||
Create returns SolidOfRevolution;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -22,7 +22,7 @@ uses Messenger from Message, IGESEntity, IGESDumper
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable SpecificModule from IGESSolid;
|
||||
Create returns SpecificModule from IGESSolid;
|
||||
---Purpose : Creates a SpecificModule from IGESSolid & puts it into SpecificLib
|
||||
|
||||
OwnDump (me; CN : Integer; ent : IGESEntity;
|
||||
|
@@ -27,7 +27,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable Sphere;
|
||||
Create returns Sphere;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -30,7 +30,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable SphericalSurface;
|
||||
Create returns SphericalSurface;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolBlock, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable Block;
|
||||
ReadOwnParams (me; ent : Block;
|
||||
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 : Block; entto : mutable Block;
|
||||
OwnCopy (me; entfrom : Block; entto : Block;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolBooleanTree, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable BooleanTree;
|
||||
ReadOwnParams (me; ent : BooleanTree;
|
||||
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 : BooleanTree; entto : mutable BooleanTree;
|
||||
OwnCopy (me; entfrom : BooleanTree; entto : BooleanTree;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolConeFrustum, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable ConeFrustum;
|
||||
ReadOwnParams (me; ent : ConeFrustum;
|
||||
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 : ConeFrustum; entto : mutable ConeFrustum;
|
||||
OwnCopy (me; entfrom : ConeFrustum; entto : ConeFrustum;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolConicalSurface, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable ConicalSurface;
|
||||
ReadOwnParams (me; ent : ConicalSurface;
|
||||
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 : ConicalSurface; entto : mutable ConicalSurface;
|
||||
OwnCopy (me; entfrom : ConicalSurface; entto : ConicalSurface;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolCylinder, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable Cylinder;
|
||||
ReadOwnParams (me; ent : Cylinder;
|
||||
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 : Cylinder; entto : mutable Cylinder;
|
||||
OwnCopy (me; entfrom : Cylinder; entto : Cylinder;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolCylindricalSurface, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable CylindricalSurface;
|
||||
ReadOwnParams (me; ent : CylindricalSurface;
|
||||
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 : CylindricalSurface; entto : mutable CylindricalSurface;
|
||||
OwnCopy (me; entfrom : CylindricalSurface; entto : CylindricalSurface;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolEdgeList, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable EdgeList;
|
||||
ReadOwnParams (me; ent : EdgeList;
|
||||
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 : EdgeList; entto : mutable EdgeList;
|
||||
OwnCopy (me; entfrom : EdgeList; entto : EdgeList;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolEllipsoid, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable Ellipsoid;
|
||||
ReadOwnParams (me; ent : Ellipsoid;
|
||||
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 : Ellipsoid; entto : mutable Ellipsoid;
|
||||
OwnCopy (me; entfrom : Ellipsoid; entto : Ellipsoid;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolFace, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable Face;
|
||||
ReadOwnParams (me; ent : Face;
|
||||
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 : Face; entto : mutable Face;
|
||||
OwnCopy (me; entfrom : Face; entto : Face;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolLoop, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable Loop;
|
||||
ReadOwnParams (me; ent : Loop;
|
||||
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 : Loop; entto : mutable Loop;
|
||||
OwnCopy (me; entfrom : Loop; entto : Loop;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolManifoldSolid, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable ManifoldSolid;
|
||||
ReadOwnParams (me; ent : ManifoldSolid;
|
||||
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 : ManifoldSolid; entto : mutable ManifoldSolid;
|
||||
OwnCopy (me; entfrom : ManifoldSolid; entto : ManifoldSolid;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolPlaneSurface, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable PlaneSurface;
|
||||
ReadOwnParams (me; ent : PlaneSurface;
|
||||
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 : PlaneSurface; entto : mutable PlaneSurface;
|
||||
OwnCopy (me; entfrom : PlaneSurface; entto : PlaneSurface;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolRightAngularWedge, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable RightAngularWedge;
|
||||
ReadOwnParams (me; ent : RightAngularWedge;
|
||||
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 : RightAngularWedge; entto : mutable RightAngularWedge;
|
||||
OwnCopy (me; entfrom : RightAngularWedge; entto : RightAngularWedge;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolSelectedComponent, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable SelectedComponent;
|
||||
ReadOwnParams (me; ent : SelectedComponent;
|
||||
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 : SelectedComponent; entto : mutable SelectedComponent;
|
||||
OwnCopy (me; entfrom : SelectedComponent; entto : SelectedComponent;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolShell, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable Shell;
|
||||
ReadOwnParams (me; ent : Shell;
|
||||
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 : Shell; entto : mutable Shell;
|
||||
OwnCopy (me; entfrom : Shell; entto : Shell;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolSolidAssembly, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable SolidAssembly;
|
||||
ReadOwnParams (me; ent : SolidAssembly;
|
||||
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 : SolidAssembly; entto : mutable SolidAssembly;
|
||||
OwnCopy (me; entfrom : SolidAssembly; entto : SolidAssembly;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolSolidInstance, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable SolidInstance;
|
||||
ReadOwnParams (me; ent : SolidInstance;
|
||||
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 : SolidInstance; entto : mutable SolidInstance;
|
||||
OwnCopy (me; entfrom : SolidInstance; entto : SolidInstance;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolSolidOfLinearExtrusion, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable SolidOfLinearExtrusion;
|
||||
ReadOwnParams (me; ent : SolidOfLinearExtrusion;
|
||||
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 : SolidOfLinearExtrusion; entto : mutable SolidOfLinearExtrusion;
|
||||
OwnCopy (me; entfrom : SolidOfLinearExtrusion; entto : SolidOfLinearExtrusion;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolSolidOfRevolution, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable SolidOfRevolution;
|
||||
ReadOwnParams (me; ent : SolidOfRevolution;
|
||||
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 : SolidOfRevolution; entto : mutable SolidOfRevolution;
|
||||
OwnCopy (me; entfrom : SolidOfRevolution; entto : SolidOfRevolution;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolSphere, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable Sphere;
|
||||
ReadOwnParams (me; ent : Sphere;
|
||||
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 : Sphere; entto : mutable Sphere;
|
||||
OwnCopy (me; entfrom : Sphere; entto : Sphere;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolSphericalSurface, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable SphericalSurface;
|
||||
ReadOwnParams (me; ent : SphericalSurface;
|
||||
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 : SphericalSurface; entto : mutable SphericalSurface;
|
||||
OwnCopy (me; entfrom : SphericalSurface; entto : SphericalSurface;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolToroidalSurface, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable ToroidalSurface;
|
||||
ReadOwnParams (me; ent : ToroidalSurface;
|
||||
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 : ToroidalSurface; entto : mutable ToroidalSurface;
|
||||
OwnCopy (me; entfrom : ToroidalSurface; entto : ToroidalSurface;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolTorus, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable Torus;
|
||||
ReadOwnParams (me; ent : Torus;
|
||||
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 : Torus; entto : mutable Torus;
|
||||
OwnCopy (me; entfrom : Torus; entto : Torus;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
---Purpose : Returns a ToolVertexList, ready to work
|
||||
|
||||
|
||||
ReadOwnParams (me; ent : mutable VertexList;
|
||||
ReadOwnParams (me; ent : VertexList;
|
||||
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 : VertexList; entto : mutable VertexList;
|
||||
OwnCopy (me; entfrom : VertexList; entto : VertexList;
|
||||
TC : in out CopyTool) is static;
|
||||
---Purpose : Copies Specific Parameters
|
||||
|
||||
|
@@ -48,11 +48,11 @@ is
|
||||
---Purpose : Returns a Vertex, given its rank
|
||||
---C++ : return const &
|
||||
|
||||
VertexList (me) returns mutable VertexList;
|
||||
VertexList (me) returns VertexList;
|
||||
---Purpose : Returns the VertexList. It can be referenced, but it remains
|
||||
-- empty until call to EndShell or EndSolid
|
||||
|
||||
AddEdge (me : in out; curve : mutable IGESEntity; vstart, vend : Integer)
|
||||
AddEdge (me : in out; curve : IGESEntity; vstart, vend : Integer)
|
||||
---Purpose : Adds an Edge (3D) to the EdgeList, defined by a Curve and
|
||||
-- two number of Vertex, for start and end
|
||||
raises DomainError is static;
|
||||
@@ -61,11 +61,11 @@ is
|
||||
NbEdges (me) returns Integer is static;
|
||||
---Purpose : Returns the count of recorded Edges (3D)
|
||||
|
||||
Edge (me; num : Integer; curve : out mutable IGESEntity;
|
||||
Edge (me; num : Integer; curve : out IGESEntity;
|
||||
vstart, vend : out Integer) is static;
|
||||
---Purpose : Returns the definition of an Edge (3D) given its rank
|
||||
|
||||
EdgeList (me) returns mutable EdgeList;
|
||||
EdgeList (me) returns EdgeList;
|
||||
---Purpose : Returns the EdgeList. It can be referenced, but it remains
|
||||
-- empty until call to EndShell or EndSolid
|
||||
|
||||
@@ -95,7 +95,7 @@ is
|
||||
-- <edgetype> or <orientation> has not admitted value,
|
||||
-- or if no current Loop is defined
|
||||
|
||||
AddCurveUV (me : in out; curve : mutable IGESEntity; iso : Integer)
|
||||
AddCurveUV (me : in out; curve : IGESEntity; iso : Integer)
|
||||
---Purpose : Adds a Parametric Curve (UV) to the current Edge(UV)
|
||||
raises DomainError is static;
|
||||
-- Error if curve is Null or not of an admitted type, or if
|
||||
@@ -110,7 +110,7 @@ is
|
||||
-- Warning : EndLoop should not be called directly but through
|
||||
-- SetOuter or AddInner, which work on the current Face
|
||||
|
||||
MakeFace (me : in out; surface : mutable IGESEntity)
|
||||
MakeFace (me : in out; surface : IGESEntity)
|
||||
---Purpose : Begins the definition of a new Face, on a surface
|
||||
-- All Loops defined by MakeLoop will be added in it, according
|
||||
-- the closing call : SetOuter for the Outer Loop (by default,
|
||||
@@ -156,11 +156,11 @@ is
|
||||
---Purpose : Closes the whole definition as that of a ManifoldSolid
|
||||
-- Its call is exclusive from that of EndSimpleShell
|
||||
|
||||
Shell (me) returns mutable Shell is static;
|
||||
Shell (me) returns Shell is static;
|
||||
---Purpose : Returns the current Shell. The current Shell is created empty
|
||||
-- by MakeShell and filled by EndShell
|
||||
|
||||
Solid (me) returns mutable ManifoldSolid is static;
|
||||
Solid (me) returns ManifoldSolid is static;
|
||||
---Purpose : Returns the current ManifoldSolid. It is created empty by
|
||||
-- Create and filled by EndSolid
|
||||
|
||||
|
@@ -30,7 +30,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable ToroidalSurface;
|
||||
Create returns ToroidalSurface;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -29,7 +29,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable Torus;
|
||||
Create returns Torus;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
@@ -31,7 +31,7 @@ raises OutOfRange
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable VertexList;
|
||||
Create returns VertexList;
|
||||
|
||||
-- Specific Methods pertaining to the class
|
||||
|
||||
|
Reference in New Issue
Block a user