1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0029705: Foundation Classes - ShapeAnalysis_FreeBounds intention documentation is misleading

Description of the purpose of the class is corrected (wording improved)
This commit is contained in:
abv 2019-09-23 10:01:51 +03:00 committed by bugmaster
parent e774a5534c
commit d537c5e67d

View File

@ -30,9 +30,12 @@ class TopoDS_Shape;
class TopoDS_Compound; class TopoDS_Compound;
//! This class is intended to output free bounds of the shape //! This class is intended to output free bounds of the shape.
//! (free bounds are the wires consisting of edges referenced by the //!
//! only face). //! 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 //! This class works on two distinct types of shapes when analyzing
//! their free bounds: //! their free bounds:
//! 1. compound of faces. //! 1. compound of faces.