mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +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:
@@ -122,12 +122,9 @@ is
|
||||
class InternalAlgo;
|
||||
|
||||
class Algo;
|
||||
---Purpose: Inherited from InternalAlgo to provide methods
|
||||
-- with Shape from TopoDS.
|
||||
|
||||
|
||||
class PolyAlgo;
|
||||
---Purpose: to remove Hidden lines on Shapes with Triangulations.
|
||||
|
||||
|
||||
class BiPoint;
|
||||
class BiPnt2D;
|
||||
|
||||
|
@@ -16,7 +16,8 @@
|
||||
|
||||
class Algo from HLRBRep inherits InternalAlgo from HLRBRep
|
||||
|
||||
---Purpose: A framework to compute a shape as seen in a projection plane. This is done by
|
||||
---Purpose: Inherited from InternalAlgo to provide methods with Shape from TopoDS.
|
||||
-- A framework to compute a shape as seen in a projection plane. This is done by
|
||||
-- calculating the visible and the hidden parts of the shape.
|
||||
-- HLRBRep_Algo works with three types of entity:
|
||||
-- - shapes to be visualized
|
||||
|
@@ -16,7 +16,8 @@
|
||||
|
||||
class PolyAlgo from HLRBRep inherits TShared from MMgt
|
||||
|
||||
---Purpose: A framework to compute the shape as seen in
|
||||
---Purpose: to remove Hidden lines on Shapes with Triangulations.
|
||||
-- A framework to compute the shape as seen in
|
||||
-- a projection plane. This is done by calculating
|
||||
-- the visible and the hidden parts of the shape.
|
||||
-- HLRBRep_PolyAlgo works with three types of entity:
|
||||
|
Reference in New Issue
Block a user