mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-15 06:43:09 +05:00
Bug 0019766: EDF 720 GEOM: Building a Wire from unconnected edges by introducing a tolerance. Fix a problem.
This commit is contained in:
parent
bb5f1e62ee
commit
570c13f686
@ -72,7 +72,7 @@ class GEOMImpl_IShapes
|
||||
void SetTolerance(const Standard_Real theValue)
|
||||
{ _func->SetReal(SHAPE_ARG_TOLERANCE, theValue); }
|
||||
|
||||
Standard_Integer GetTolerance() { return _func->GetReal(SHAPE_ARG_TOLERANCE); }
|
||||
Standard_Real GetTolerance() { return _func->GetReal(SHAPE_ARG_TOLERANCE); }
|
||||
|
||||
private:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user