mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-04 19:57:55 +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:
@@ -52,10 +52,10 @@ public:
|
||||
const Handle(Law_Function)& L,
|
||||
const Standard_Boolean Build = Standard_True);
|
||||
|
||||
//! Say if the input shape is a vertex.
|
||||
//! Say if the input shape is a vertex.
|
||||
Standard_EXPORT virtual Standard_Boolean IsVertex() const Standard_OVERRIDE;
|
||||
|
||||
//! Say if the Law is Constant.
|
||||
//! Say if the Law is Constant.
|
||||
Standard_EXPORT virtual Standard_Boolean IsConstant() const Standard_OVERRIDE;
|
||||
|
||||
//! Give the law build on a concatenated section
|
||||
|
||||
Reference in New Issue
Block a user