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

@@ -53,62 +53,41 @@ is
class EdgeProjAux;
class Edge;
---Purpose: Fixing different problems on edge
class Wire;
---Purpose: Fixing different problems with wires
class Face;
---Purpose: Fixing problems with face (orientation of wires and wrong wires)
class FixSmallFace;
---Purpose: Fixing face with small size
class WireVertex;
---Purpose: Fixing disconnected edges in the wire
class Wireframe;
---Purpose: Provides methods to fix wireframe of shape
class FreeBounds;
---Purpose: Fixing free bounds of the shape (connecting open wires)
class FaceConnect;
---Purpose: Rebuilds connectivity between faces in shell
class Shell;
---Purpose: Fixing orientation of faces in shell
class Solid;
---Purpose: Creating solid from shell and orienting it to have finite volume
class ShapeTolerance;
---Purpose: Modifying shape tolerances
class Shape;
---Purpose: Fixing problem of shape.
class EdgeConnect;
---Purpose: Rebuilds edges to connect with new vertices, was moved from ShapeBuild
class ComposeShell;
---Purpose: Splits a (pseudo)face onto grid of faces (shell)
class SplitCommonVertex;
---Purpose: Splits vertex which is common for two wires
-- (for writing into STEP)
class WireSegment;
---Purpose: Auxiliary class (data storage) for ComposeShell
class IntersectionTool;
---Purpose: Tool for fixing selfintersecting wire
-- and intersecting wires
class SplitTool;
---Purpose: Tool for splitting and cutting edges; incudes methods
-- used in OverlappingTool and IntersectionTool
class SequenceOfWireSegment instantiates Sequence from TCollection
(WireSegment from ShapeFix);

View File

@@ -16,7 +16,8 @@
class EdgeConnect from ShapeFix
---Purpose : Makes vertices to be shared to connect edges,
---Purpose : Rebuilds edges to connect with new vertices, was moved from ShapeBuild.
-- Makes vertices to be shared to connect edges,
-- updates positions and tolerances for shared vertices.
-- Accepts edges bounded by two vertices each.

View File

@@ -16,7 +16,7 @@
class FaceConnect from ShapeFix
---Purpose :
---Purpose : Rebuilds connectivity between faces in shell
uses
DataMapOfShapeListOfShape from TopTools,

View File

@@ -16,7 +16,7 @@
class FixSmallFace from ShapeFix inherits Root from ShapeFix
---Purpose:
---Purpose: Fixing face with small size
uses
Shape from TopoDS,

View File

@@ -16,7 +16,7 @@
class WireSegment from ShapeFix
---Purpose: This class is auxiliary class used in ComposeShell.
---Purpose: This class is auxiliary class (data storage) used in ComposeShell.
-- It is intended for representing segment of the wire
-- (or whole wire). The segment itself is represented by
-- ShapeExtend_WireData. In addition, some associated data

View File

@@ -16,7 +16,8 @@
class WireVertex from ShapeFix
---Purpose: Fixes vertices in the wire on the basis of pre-analysis
---Purpose: Fixing disconnected edges in the wire
-- Fixes vertices in the wire on the basis of pre-analysis
-- made by ShapeAnalysis_WireVertex (given as argument).
-- The Wire has formerly been loaded in a ShapeExtend_WireData.