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

0024784: Move documentation in CDL files to proper location

Mostly duplicated comments were removed and missing ones were moved
into dedicated class CDL files.
Some more duplicated comments were removed from CDL files.
Correction of merge
This commit is contained in:
ski
2014-05-29 16:05:47 +04:00
committed by apn
parent bdd1223f46
commit ff8178ef85
533 changed files with 1047 additions and 2921 deletions

View File

@@ -48,17 +48,12 @@ uses ChFiDS,
is
deferred class Builder;
---Purpose: Structure and methods common for the construction
-- of fillets and chamfers 3d.
class ChBuilder;
---Purpose: Tool constructing chamfers on a solid.
class FilBuilder;
---Purpose: Outil de construction de conges sur un solide.
private class SearchSing;
---Purpose: Searches singularities on fillet
enumeration FilletShape is
Rational,

View File

@@ -16,7 +16,7 @@
class ChBuilder from ChFi3d inherits Builder from ChFi3d
---Purpose: construction tool for 3D chamfers on edges.
---Purpose: construction tool for 3D chamfers on edges (on a solid).
uses
Shape from TopoDS,

View File

@@ -16,7 +16,7 @@
class FilBuilder from ChFi3d inherits Builder from ChFi3d
---Purpose: Tool of construction of fillets 3d on edges.
---Purpose: Tool of construction of fillets 3d on edges (on a solid).
uses
Shape from TopoDS,

View File

@@ -16,7 +16,8 @@
private class SearchSing from ChFi3d inherits FunctionWithDerivative from math
---Purpose: F(t) = (C1(t) - C2(t)).(C1'(t) - C2'(t));
---Purpose: Searches singularities on fillet.
-- F(t) = (C1(t) - C2(t)).(C1'(t) - C2'(t));
uses Curve from Geom