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:
@@ -45,7 +45,7 @@ is
|
||||
---Purpose: Creates an analytic intersection line
|
||||
-- when the transitions are In or Out.
|
||||
|
||||
returns mutable ALine from IntPatch;
|
||||
returns ALine from IntPatch;
|
||||
|
||||
|
||||
Create(C: Curve from IntAna; Tang: Boolean from Standard;
|
||||
@@ -54,7 +54,7 @@ is
|
||||
---Purpose: Creates an analytic intersection line
|
||||
-- when the transitions are Touch.
|
||||
|
||||
returns mutable ALine from IntPatch;
|
||||
returns ALine from IntPatch;
|
||||
|
||||
|
||||
Create(C: Curve from IntAna; Tang: Boolean from Standard)
|
||||
@@ -62,7 +62,7 @@ is
|
||||
---Purpose: Creates an analytic intersection line
|
||||
-- when the transitions are Undecided.
|
||||
|
||||
returns mutable ALine from IntPatch;
|
||||
returns ALine from IntPatch;
|
||||
|
||||
|
||||
AddVertex(me: mutable; Pnt: Point from IntPatch)
|
||||
|
@@ -46,7 +46,7 @@ is
|
||||
---Purpose: Creates a Line as intersection line
|
||||
-- when the transitions are In or Out.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(L: Lin from gp; Tang: Boolean from Standard;
|
||||
@@ -55,7 +55,7 @@ is
|
||||
---Purpose: Creates a Line as intersection line
|
||||
-- when the transitions are Touch.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(L: Lin from gp; Tang: Boolean from Standard)
|
||||
@@ -63,7 +63,7 @@ is
|
||||
---Purpose: Creates a Line as intersection line
|
||||
-- when the transitions are Undecided.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(C: Circ from gp; Tang: Boolean from Standard;
|
||||
@@ -72,7 +72,7 @@ is
|
||||
---Purpose: Creates a circle as intersection line
|
||||
-- when the transitions are In or Out.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(C: Circ from gp; Tang: Boolean from Standard;
|
||||
@@ -81,7 +81,7 @@ is
|
||||
---Purpose: Creates a circle as intersection line
|
||||
-- when the transitions are Touch.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(C: Circ from gp; Tang: Boolean from Standard)
|
||||
@@ -89,7 +89,7 @@ is
|
||||
---Purpose: Creates a circle as intersection line
|
||||
-- when the transitions are Undecided.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(E: Elips from gp; Tang: Boolean from Standard;
|
||||
@@ -98,7 +98,7 @@ is
|
||||
---Purpose: Creates an ellipse as intersection line
|
||||
-- when the transitions are In or Out.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(E: Elips from gp; Tang: Boolean from Standard;
|
||||
@@ -107,7 +107,7 @@ is
|
||||
---Purpose: Creates an ellispe as intersection line
|
||||
-- when the transitions are Touch.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(E: Elips from gp; Tang: Boolean from Standard)
|
||||
@@ -115,7 +115,7 @@ is
|
||||
---Purpose: Creates an ellipse as intersection line
|
||||
-- when the transitions are Undecided.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(P: Parab from gp; Tang: Boolean from Standard;
|
||||
@@ -124,7 +124,7 @@ is
|
||||
---Purpose: Creates a parabola as intersection line
|
||||
-- when the transitions are In or Out.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(P: Parab from gp; Tang: Boolean from Standard;
|
||||
@@ -133,7 +133,7 @@ is
|
||||
---Purpose: Creates a parabola as intersection line
|
||||
-- when the transitions are Touch.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(P: Parab from gp; Tang: Boolean from Standard)
|
||||
@@ -141,7 +141,7 @@ is
|
||||
---Purpose: Creates a parabola as intersection line
|
||||
-- when the transitions are Undecided.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(H: Hypr from gp; Tang: Boolean from Standard;
|
||||
@@ -150,7 +150,7 @@ is
|
||||
---Purpose: Creates an hyperbola as intersection line
|
||||
-- when the transitions are In or Out.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(H: Hypr from gp; Tang: Boolean from Standard;
|
||||
@@ -159,7 +159,7 @@ is
|
||||
---Purpose: Creates an hyperbola as intersection line
|
||||
-- when the transitions are Touch.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
Create(H: Hypr from gp; Tang: Boolean from Standard)
|
||||
@@ -167,7 +167,7 @@ is
|
||||
---Purpose: Creates an hyperbola as intersection line
|
||||
-- when the transitions are Undecided.
|
||||
|
||||
returns mutable GLine from IntPatch;
|
||||
returns GLine from IntPatch;
|
||||
|
||||
|
||||
AddVertex(me: mutable; Pnt: Point from IntPatch)
|
||||
|
@@ -43,7 +43,7 @@ is
|
||||
---Purpose: Creates a restriction as an intersection line
|
||||
-- when the transitions are In or Out.
|
||||
|
||||
returns mutable RLine from IntPatch;
|
||||
returns RLine from IntPatch;
|
||||
|
||||
|
||||
Create(Tang: Boolean from Standard;
|
||||
@@ -52,7 +52,7 @@ is
|
||||
---Purpose: Creates a restriction as an intersection line
|
||||
-- when the transitions are Touch.
|
||||
|
||||
returns mutable RLine from IntPatch;
|
||||
returns RLine from IntPatch;
|
||||
|
||||
|
||||
Create(Tang: Boolean from Standard)
|
||||
@@ -60,7 +60,7 @@ is
|
||||
---Purpose: Creates a restriction as an intersection line
|
||||
-- when the transitions are Undecided.
|
||||
|
||||
returns mutable RLine from IntPatch;
|
||||
returns RLine from IntPatch;
|
||||
|
||||
|
||||
AddVertex(me: mutable; Pnt: Point from IntPatch)
|
||||
|
@@ -43,7 +43,7 @@ is
|
||||
---Purpose: Creates a WLine as an intersection when the
|
||||
-- transitions are In or Out.
|
||||
|
||||
returns mutable WLine from IntPatch;
|
||||
returns WLine from IntPatch;
|
||||
|
||||
|
||||
Create(Line: LineOn2S from IntSurf; Tang: Boolean from Standard;
|
||||
@@ -52,7 +52,7 @@ is
|
||||
---Purpose: Creates a WLine as an intersection when the
|
||||
-- transitions are Touch.
|
||||
|
||||
returns mutable WLine from IntPatch;
|
||||
returns WLine from IntPatch;
|
||||
|
||||
|
||||
Create(Line: LineOn2S from IntSurf; Tang: Boolean from Standard)
|
||||
@@ -60,7 +60,7 @@ is
|
||||
---Purpose: Creates a WLine as an intersection when the
|
||||
-- transitions are Undecided.
|
||||
|
||||
returns mutable WLine from IntPatch;
|
||||
returns WLine from IntPatch;
|
||||
|
||||
|
||||
AddVertex(me: mutable; Pnt: Point from IntPatch)
|
||||
|
Reference in New Issue
Block a user