mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0025154: Collections in BRepMesh package are named in non-conformant manner
- BRepMesh converted to nocdlpack, - Collections are defined in namespace BRepMesh, - Doxygen comments corrected to use @ instead of \.
This commit is contained in:
@@ -89,9 +89,9 @@ public:
|
||||
const TCollection_AsciiString& theFuncName = "DISCRETALGO");
|
||||
|
||||
//! Returns triangulation algorithm instance.
|
||||
//! \param theShape shape to be meshed.
|
||||
//! \param theLinDeflection linear deflection to be used for meshing.
|
||||
//! \param theAngDeflection angular deflection to be used for meshing.
|
||||
//! @param theShape shape to be meshed.
|
||||
//! @param theLinDeflection linear deflection to be used for meshing.
|
||||
//! @param theAngDeflection angular deflection to be used for meshing.
|
||||
Standard_EXPORT Handle(BRepMesh_DiscretRoot) Discret(const TopoDS_Shape& theShape,
|
||||
const Standard_Real theLinDeflection,
|
||||
const Standard_Real theAngDeflection);
|
||||
|
Reference in New Issue
Block a user