0029705: Foundation Classes - ShapeAnalysis_FreeBounds intention documentation is...
authorabv <abv@opencascade.com>
Mon, 23 Sep 2019 07:01:51 +0000 (10:01 +0300)
committerbugmaster <bugmaster@opencascade.com>
Tue, 24 Sep 2019 10:45:19 +0000 (13:45 +0300)
Description of the purpose of the class is corrected (wording improved)

src/ShapeAnalysis/ShapeAnalysis_FreeBounds.hxx

index ac147e6..770aa9a 100644 (file)
@@ -30,9 +30,12 @@ class TopoDS_Shape;
 class TopoDS_Compound;
 
 
-//! This class is intended to output free bounds of the shape
-//! (free bounds are the wires consisting of edges referenced by the
-//! only face).
+//! This class is intended to output free bounds of the shape.
+//!
+//! Free bounds are the wires consisting of edges referenced by the faces of the shape
+//! only once; these are the edges composing the outer boundary of the face or shell
+//! (as opposed to internal edges between the faces in the shell or seam edges on closed faces).
+//!
 //! This class works on two distinct types of shapes when analyzing
 //! their free bounds:
 //! 1. compound of faces.