mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +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:
@@ -34,7 +34,7 @@ uses
|
||||
RestrictionParameters from ShapeCustom
|
||||
|
||||
is
|
||||
Create returns mutable BSplineRestriction from ShapeCustom;
|
||||
Create returns BSplineRestriction from ShapeCustom;
|
||||
---Purpose: Empty constructor.
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ is
|
||||
aContinuity3d, aContinuity2d: Shape from GeomAbs ;
|
||||
aMaxDegree, aNbMaxSeg : Integer;
|
||||
Degree, Rational : Boolean)
|
||||
returns mutable BSplineRestriction from ShapeCustom;
|
||||
returns BSplineRestriction from ShapeCustom;
|
||||
---Purpose: Initializes with specified parameters of aproximation.
|
||||
|
||||
Create(anApproxSurfaceFlag, anApproxCurve3dFlag, anApproxCurve2dFlag: Boolean from Standard;
|
||||
@@ -54,7 +54,7 @@ is
|
||||
aMaxDegree, aNbMaxSeg : Integer;
|
||||
Degree, Rational : Boolean;
|
||||
aModes : RestrictionParameters from ShapeCustom)
|
||||
returns mutable BSplineRestriction from ShapeCustom;
|
||||
returns BSplineRestriction from ShapeCustom;
|
||||
---Purpose: Initializes with specified parameters of aproximation.
|
||||
|
||||
NewSurface(me: mutable; F : Face from TopoDS;
|
||||
|
@@ -35,7 +35,7 @@ uses
|
||||
Location from TopLoc
|
||||
is
|
||||
|
||||
Create returns mutable ConvertToBSpline from ShapeCustom;
|
||||
Create returns ConvertToBSpline from ShapeCustom;
|
||||
|
||||
SetExtrusionMode(me: mutable; extrMode: Boolean);
|
||||
---Purpose: Sets mode for convertion of Surfaces of Linear
|
||||
|
@@ -35,7 +35,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable ConvertToRevolution from ShapeCustom;
|
||||
Create returns ConvertToRevolution from ShapeCustom;
|
||||
|
||||
NewSurface(me: mutable; F : Face from TopoDS;
|
||||
S : out Surface from Geom;
|
||||
|
@@ -36,7 +36,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable DirectModification from ShapeCustom;
|
||||
Create returns DirectModification from ShapeCustom;
|
||||
|
||||
NewSurface(me: mutable; F : Face from TopoDS;
|
||||
S : out Surface from Geom;
|
||||
|
@@ -21,7 +21,7 @@ class RestrictionParameters from ShapeCustom inherits TShared from MMgt
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable RestrictionParameters from ShapeCustom;
|
||||
Create returns RestrictionParameters from ShapeCustom;
|
||||
---Purpose: Sets default parameters.
|
||||
|
||||
---Methods for modifying fields.
|
||||
|
@@ -34,7 +34,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable SweptToElementary from ShapeCustom;
|
||||
Create returns SweptToElementary from ShapeCustom;
|
||||
|
||||
NewSurface(me: mutable; F : Face from TopoDS;
|
||||
S : out Surface from Geom;
|
||||
|
@@ -37,7 +37,7 @@ uses
|
||||
Pnt from gp
|
||||
|
||||
is
|
||||
Create (T: Trsf from gp) returns mutable TrsfModification from ShapeCustom;
|
||||
Create (T: Trsf from gp) returns TrsfModification from ShapeCustom;
|
||||
---Purpose: Empty constructor
|
||||
|
||||
NewSurface (me: mutable; F : Face from TopoDS;
|
||||
|
Reference in New Issue
Block a user