mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
Fix bug 11411: SMESH_Nut.py mesh computation failed.
This commit is contained in:
parent
be0bb17283
commit
d922b42d34
@ -347,7 +347,7 @@ bool StdMeshers_Regular_1D::computeInternalParameters(const TopoDS_Edge& theEdge
|
||||
|
||||
double f, l;
|
||||
Handle(Geom_Curve) Curve = BRep_Tool::Curve(theEdge, f, l);
|
||||
GeomAdaptor_Curve C3d(Curve);
|
||||
GeomAdaptor_Curve C3d (Curve, f, l);
|
||||
|
||||
double length = EdgeLength(theEdge);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user