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

0031939: Coding - correction of spelling errors in comments [part 8]

Fix various typos

Fixed via codespell v2.1.dev
This commit is contained in:
luz paz
2021-02-01 12:52:47 +03:00
committed by bugmaster
parent 8df3104cd2
commit 4551e1be75
110 changed files with 219 additions and 225 deletions

View File

@@ -29,25 +29,19 @@ class TopoDS_Vertex;
class TopoDS_Shape;
//! A Tool to glue faces at common edges and
//! reconstruct shells.
//! A Tool to glue faces at common edges and reconstruct shells.
//!
//! The user designate pairs of common edges using the
//! method Bind. One edge is designated as the edge to
//! use in place of the other one (they are supposed
//! to be geometrically confused, but this not
//! checked). They can be of opposite directions, this
//! is specified by the orientations.
//! The user designate pairs of common edges using the method Bind.
//! One edge is designated as the edge to use in place of the other one
//! (they are supposed to be geometrically confused, but this not checked).
//! They can be of opposite directions, this is specified by the orientations.
//!
//! The user can add shapes with the Add method, all
//! the faces are registred and copies of faces and
//! edges are made to glue at the bound edges.
//! The user can add shapes with the Add method, all the faces are registered and copies of faces
//! and edges are made to glue at the bound edges.
//!
//! The user can call the Shells methods to compute a
//! compound of shells from the current set of faces.
//! The user can call the Shells methods to compute a compound of shells from the current set of faces.
//!
//! If no binding is made this class can be used to
//! make shell from faces already sharing their edges.
//! If no binding is made this class can be used to make shell from faces already sharing their edges.
class BRepTools_Quilt
{
public: