mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +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:
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWAdvancedBrepShapeRepresentation;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable AdvancedBrepShapeRepresentation from StepShape);
|
||||
ach : in out Check; ent : AdvancedBrepShapeRepresentation from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : AdvancedBrepShapeRepresentation from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWAdvancedFace;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable AdvancedFace from StepShape);
|
||||
ach : in out Check; ent : AdvancedFace from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : AdvancedFace from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWBlock;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable Block from StepShape);
|
||||
ach : in out Check; ent : Block from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : Block from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWBooleanResult;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable BooleanResult from StepShape);
|
||||
ach : in out Check; ent : BooleanResult from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : BooleanResult from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWBoxDomain;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable BoxDomain from StepShape);
|
||||
ach : in out Check; ent : BoxDomain from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : BoxDomain from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWBoxedHalfSpace;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable BoxedHalfSpace from StepShape);
|
||||
ach : in out Check; ent : BoxedHalfSpace from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : BoxedHalfSpace from StepShape);
|
||||
|
||||
|
@@ -30,7 +30,7 @@ is
|
||||
Create returns RWBrepWithVoids;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable BrepWithVoids from StepShape);
|
||||
ach : in out Check; ent : BrepWithVoids from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : BrepWithVoids from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWClosedShell;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable ClosedShell from StepShape);
|
||||
ach : in out Check; ent : ClosedShell from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : ClosedShell from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWConnectedFaceSet;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable ConnectedFaceSet from StepShape);
|
||||
ach : in out Check; ent : ConnectedFaceSet from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : ConnectedFaceSet from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWContextDependentShapeRepresentation;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer; ach : in out Check;
|
||||
ent : mutable ContextDependentShapeRepresentation from StepShape);
|
||||
ent : ContextDependentShapeRepresentation from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : ContextDependentShapeRepresentation from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWCsgShapeRepresentation;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable CsgShapeRepresentation from StepShape);
|
||||
ach : in out Check; ent : CsgShapeRepresentation from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : CsgShapeRepresentation from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWCsgSolid;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable CsgSolid from StepShape);
|
||||
ach : in out Check; ent : CsgSolid from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : CsgSolid from StepShape);
|
||||
|
||||
|
@@ -28,7 +28,7 @@ is
|
||||
Create returns RWDefinitionalRepresentationAndShapeRepresentation;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable DefinitionalRepresentationAndShapeRepresentation from StepShape);
|
||||
ach : in out Check; ent : DefinitionalRepresentationAndShapeRepresentation from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : DefinitionalRepresentationAndShapeRepresentation from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWEdge;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable Edge from StepShape);
|
||||
ach : in out Check; ent : Edge from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : Edge from StepShape);
|
||||
|
||||
|
@@ -30,7 +30,7 @@ is
|
||||
Create returns RWEdgeCurve;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable EdgeCurve from StepShape);
|
||||
ach : in out Check; ent : EdgeCurve from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : EdgeCurve from StepShape);
|
||||
|
||||
|
@@ -30,7 +30,7 @@ is
|
||||
Create returns RWEdgeLoop;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable EdgeLoop from StepShape);
|
||||
ach : in out Check; ent : EdgeLoop from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : EdgeLoop from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWExtrudedAreaSolid;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable ExtrudedAreaSolid from StepShape);
|
||||
ach : in out Check; ent : ExtrudedAreaSolid from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : ExtrudedAreaSolid from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWExtrudedFaceSolid;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable ExtrudedFaceSolid from StepShape);
|
||||
ach : in out Check; ent : ExtrudedFaceSolid from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : ExtrudedFaceSolid from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWFace;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable Face from StepShape);
|
||||
ach : in out Check; ent : Face from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : Face from StepShape);
|
||||
|
||||
|
@@ -30,7 +30,7 @@ is
|
||||
Create returns RWFaceBound;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable FaceBound from StepShape);
|
||||
ach : in out Check; ent : FaceBound from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : FaceBound from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWFaceOuterBound;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable FaceOuterBound from StepShape);
|
||||
ach : in out Check; ent : FaceOuterBound from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : FaceOuterBound from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWFaceSurface;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable FaceSurface from StepShape);
|
||||
ach : in out Check; ent : FaceSurface from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : FaceSurface from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWFacetedBrep;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable FacetedBrep from StepShape);
|
||||
ach : in out Check; ent : FacetedBrep from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : FacetedBrep from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWFacetedBrepAndBrepWithVoids;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable FacetedBrepAndBrepWithVoids from StepShape);
|
||||
ach : in out Check; ent : FacetedBrepAndBrepWithVoids from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : FacetedBrepAndBrepWithVoids from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWFacetedBrepShapeRepresentation;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable FacetedBrepShapeRepresentation from StepShape);
|
||||
ach : in out Check; ent : FacetedBrepShapeRepresentation from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : FacetedBrepShapeRepresentation from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWGeometricCurveSet;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable GeometricCurveSet from StepShape);
|
||||
ach : in out Check; ent : GeometricCurveSet from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : GeometricCurveSet from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWGeometricSet;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable GeometricSet from StepShape);
|
||||
ach : in out Check; ent : GeometricSet from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : GeometricSet from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWGeometricallyBoundedSurfaceShapeRepresentation;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable GeometricallyBoundedSurfaceShapeRepresentation from StepShape);
|
||||
ach : in out Check; ent : GeometricallyBoundedSurfaceShapeRepresentation from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : GeometricallyBoundedSurfaceShapeRepresentation from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWGeometricallyBoundedWireframeShapeRepresentation;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable GeometricallyBoundedWireframeShapeRepresentation from StepShape);
|
||||
ach : in out Check; ent : GeometricallyBoundedWireframeShapeRepresentation from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : GeometricallyBoundedWireframeShapeRepresentation from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWHalfSpaceSolid;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable HalfSpaceSolid from StepShape);
|
||||
ach : in out Check; ent : HalfSpaceSolid from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : HalfSpaceSolid from StepShape);
|
||||
|
||||
|
@@ -28,7 +28,7 @@ is
|
||||
Create returns RWLimitsAndFits;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable LimitsAndFits from StepShape);
|
||||
ach : in out Check; ent : LimitsAndFits from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : LimitsAndFits from StepShape);
|
||||
|
||||
|
@@ -28,7 +28,7 @@ is
|
||||
Create returns RWLoop;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable Loop from StepShape);
|
||||
ach : in out Check; ent : Loop from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : Loop from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWLoopAndPath;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable LoopAndPath from StepShape);
|
||||
ach : in out Check; ent : LoopAndPath from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : LoopAndPath from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWManifoldSolidBrep;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable ManifoldSolidBrep from StepShape);
|
||||
ach : in out Check; ent : ManifoldSolidBrep from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : ManifoldSolidBrep from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWManifoldSurfaceShapeRepresentation;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable ManifoldSurfaceShapeRepresentation from StepShape);
|
||||
ach : in out Check; ent : ManifoldSurfaceShapeRepresentation from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : ManifoldSurfaceShapeRepresentation from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWMeasureQualification;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable MeasureQualification from StepShape);
|
||||
ach : in out Check; ent : MeasureQualification from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : MeasureQualification from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWMeasureRepresentationItemAndQualifiedRepresentationItem;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable MeasureRepresentationItemAndQualifiedRepresentationItem from StepShape);
|
||||
ach : in out Check; ent : MeasureRepresentationItemAndQualifiedRepresentationItem from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : MeasureRepresentationItemAndQualifiedRepresentationItem from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWOpenShell;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable OpenShell from StepShape);
|
||||
ach : in out Check; ent : OpenShell from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : OpenShell from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWOrientedClosedShell;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable OrientedClosedShell from StepShape);
|
||||
ach : in out Check; ent : OrientedClosedShell from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : OrientedClosedShell from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWOrientedEdge;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable OrientedEdge from StepShape);
|
||||
ach : in out Check; ent : OrientedEdge from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : OrientedEdge from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWOrientedFace;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable OrientedFace from StepShape);
|
||||
ach : in out Check; ent : OrientedFace from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : OrientedFace from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWOrientedOpenShell;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable OrientedOpenShell from StepShape);
|
||||
ach : in out Check; ent : OrientedOpenShell from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : OrientedOpenShell from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWOrientedPath;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable OrientedPath from StepShape);
|
||||
ach : in out Check; ent : OrientedPath from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : OrientedPath from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWPath;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable Path from StepShape);
|
||||
ach : in out Check; ent : Path from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : Path from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWPlusMinusTolerance;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable PlusMinusTolerance from StepShape);
|
||||
ach : in out Check; ent : PlusMinusTolerance from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : PlusMinusTolerance from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWPolyLoop;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable PolyLoop from StepShape);
|
||||
ach : in out Check; ent : PolyLoop from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : PolyLoop from StepShape);
|
||||
|
||||
|
@@ -28,7 +28,7 @@ is
|
||||
Create returns RWPrecisionQualifier;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable PrecisionQualifier from StepShape);
|
||||
ach : in out Check; ent : PrecisionQualifier from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : PrecisionQualifier from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWQualifiedRepresentationItem;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable QualifiedRepresentationItem from StepShape);
|
||||
ach : in out Check; ent : QualifiedRepresentationItem from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : QualifiedRepresentationItem from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWRevolvedAreaSolid;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable RevolvedAreaSolid from StepShape);
|
||||
ach : in out Check; ent : RevolvedAreaSolid from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : RevolvedAreaSolid from StepShape);
|
||||
|
||||
|
@@ -30,7 +30,7 @@ is
|
||||
Create returns RWRevolvedFaceSolid;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable RevolvedFaceSolid from StepShape);
|
||||
ach : in out Check; ent : RevolvedFaceSolid from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : RevolvedFaceSolid from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWRightAngularWedge;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable RightAngularWedge from StepShape);
|
||||
ach : in out Check; ent : RightAngularWedge from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : RightAngularWedge from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWRightCircularCone;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable RightCircularCone from StepShape);
|
||||
ach : in out Check; ent : RightCircularCone from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : RightCircularCone from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWRightCircularCylinder;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable RightCircularCylinder from StepShape);
|
||||
ach : in out Check; ent : RightCircularCylinder from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : RightCircularCylinder from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWShapeRepresentation;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable ShapeRepresentation from StepShape);
|
||||
ach : in out Check; ent : ShapeRepresentation from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : ShapeRepresentation from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWShellBasedSurfaceModel;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable ShellBasedSurfaceModel from StepShape);
|
||||
ach : in out Check; ent : ShellBasedSurfaceModel from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : ShellBasedSurfaceModel from StepShape);
|
||||
|
||||
|
@@ -28,7 +28,7 @@ is
|
||||
Create returns RWSolidModel;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable SolidModel from StepShape);
|
||||
ach : in out Check; ent : SolidModel from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : SolidModel from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWSolidReplica;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable SolidReplica from StepShape);
|
||||
ach : in out Check; ent : SolidReplica from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : SolidReplica from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWSphere;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable Sphere from StepShape);
|
||||
ach : in out Check; ent : Sphere from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : Sphere from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWSweptAreaSolid;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable SweptAreaSolid from StepShape);
|
||||
ach : in out Check; ent : SweptAreaSolid from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : SweptAreaSolid from StepShape);
|
||||
|
||||
|
@@ -30,7 +30,7 @@ is
|
||||
Create returns RWSweptFaceSolid;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable SweptFaceSolid from StepShape);
|
||||
ach : in out Check; ent : SweptFaceSolid from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : SweptFaceSolid from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWToleranceValue;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable ToleranceValue from StepShape);
|
||||
ach : in out Check; ent : ToleranceValue from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : ToleranceValue from StepShape);
|
||||
|
||||
|
@@ -28,7 +28,7 @@ is
|
||||
Create returns RWTopologicalRepresentationItem;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable TopologicalRepresentationItem from StepShape);
|
||||
ach : in out Check; ent : TopologicalRepresentationItem from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : TopologicalRepresentationItem from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWTorus;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable Torus from StepShape);
|
||||
ach : in out Check; ent : Torus from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : Torus from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWTransitionalShapeRepresentation;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable TransitionalShapeRepresentation from StepShape);
|
||||
ach : in out Check; ent : TransitionalShapeRepresentation from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : TransitionalShapeRepresentation from StepShape);
|
||||
|
||||
|
@@ -28,7 +28,7 @@ is
|
||||
Create returns RWTypeQualifier;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable TypeQualifier from StepShape);
|
||||
ach : in out Check; ent : TypeQualifier from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : TypeQualifier from StepShape);
|
||||
|
||||
|
@@ -28,7 +28,7 @@ is
|
||||
Create returns RWVertex;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable Vertex from StepShape);
|
||||
ach : in out Check; ent : Vertex from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : Vertex from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWVertexLoop;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable VertexLoop from StepShape);
|
||||
ach : in out Check; ent : VertexLoop from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : VertexLoop from StepShape);
|
||||
|
||||
|
@@ -29,7 +29,7 @@ is
|
||||
Create returns RWVertexPoint;
|
||||
|
||||
ReadStep (me; data : StepReaderData; num : Integer;
|
||||
ach : in out Check; ent : mutable VertexPoint from StepShape);
|
||||
ach : in out Check; ent : VertexPoint from StepShape);
|
||||
|
||||
WriteStep (me; SW : in out StepWriter; ent : VertexPoint from StepShape);
|
||||
|
||||
|
Reference in New Issue
Block a user