mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-30 06:57:48 +08:00
Documentation - Fix whitespaces (#809)
- Corrected spelling errors in comments (e.g., "od" to "of", "thr" to "the") - Removed unnecessary `<br>` HTML tags from comment formatting - Normalized whitespace in comments for consistency - Fixed terminology (e.g., "3-d" to "3D")
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
class gp_Dir;
|
||||
class gp_Pnt;
|
||||
|
||||
//! The Projection class provides conical and
|
||||
//! cylindrical projections of Edge or Wire on
|
||||
//! The Projection class provides conical and
|
||||
//! cylindrical projections of Edge or Wire on
|
||||
//! a Shape from TopoDS. The result will be a Edge
|
||||
//! or Wire from TopoDS.
|
||||
//! or Wire from TopoDS.
|
||||
class BRepProj_Projection
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user