mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-04 11:47:53 +08:00
Documentation - Fix whitespaces (#816)
- Standardized spacing in comment formatting (removing extra spaces after colons, between words) - Fixed one typo in a parameter name within a comment - Translated one French comment to English
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
class math_Matrix;
|
||||
|
||||
//! this function is associated to the intersection between
|
||||
//! a curve on surface and a surface .
|
||||
//! a curve on surface and a surface.
|
||||
class IntPatch_CSFunction : public math_FunctionSetWithDerivatives
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -129,7 +129,7 @@ public:
|
||||
const IntSurf_Situation Situ1,
|
||||
const IntSurf_Situation Situ2);
|
||||
|
||||
//! Creates an hyperbola as intersection line
|
||||
//! Creates an hyperbola as intersection line
|
||||
//! when the transitions are Undecided.
|
||||
Standard_EXPORT IntPatch_GLine(const gp_Hypr& H, const Standard_Boolean Tang);
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef _IntPatch_SpecPntType_HeaderFile
|
||||
#define _IntPatch_SpecPntType_HeaderFile
|
||||
|
||||
//! This enum describe the different kinds of
|
||||
//! This enum describes the different kinds of
|
||||
//! special (singular) points of Surface-Surface
|
||||
//! intersection algorithm. Such as pole of sphere,
|
||||
//! apex of cone, point on U- or V-seam etc.
|
||||
|
||||
@@ -191,7 +191,7 @@ public:
|
||||
//! if (theMode == 0) then prints the information about WLine
|
||||
//! if (theMode == 1) then prints the list of 3d-points
|
||||
//! if (theMode == 2) then prints the list of 2d-points on the 1st surface
|
||||
//! Otherwise, prints list of 2d-points on the 2nd surface
|
||||
//! Otherwise, prints list of 2d-points on the 2nd surface
|
||||
Standard_EXPORT void Dump(const Standard_Integer theMode) const;
|
||||
|
||||
//! Allows or forbids purging of existing WLine
|
||||
|
||||
Reference in New Issue
Block a user