1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

# patch with leaving old behavior, and adding new behavior by option

This commit is contained in:
msv
2018-10-05 20:03:04 +03:00
parent 1b7899d7de
commit 83bc18b4f0
9 changed files with 122 additions and 39 deletions

View File

@@ -89,9 +89,11 @@ public:
//! @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 theTDOldBehavior tangential deflection behavior for default algorithm.
Standard_EXPORT Handle(BRepMesh_DiscretRoot) Discret(const TopoDS_Shape& theShape,
const Standard_Real theLinDeflection,
const Standard_Real theAngDeflection);
const Standard_Real theAngDeflection,
const Standard_Boolean theTDOldBehavior = Standard_True);
protected: