mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-09 14:18:09 +08: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:
@@ -60,10 +60,10 @@ public:
|
||||
//! Sets the text position
|
||||
Standard_EXPORT void SetPointText (const gp_Pnt& thePnt);
|
||||
|
||||
//! Returns a tesselated annotation if specified
|
||||
//! Returns a tessellated annotation if specified
|
||||
const TopoDS_Shape& GetPresentation() const { return myPresentation; }
|
||||
|
||||
//! Sets a tesselated annotation
|
||||
//! Sets a tessellated annotation
|
||||
Standard_EXPORT void SetPresentation (const TopoDS_Shape& thePresentation);
|
||||
|
||||
//! Resets data to the state after calling the default constructor
|
||||
|
||||
Reference in New Issue
Block a user