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:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user