mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Merge branch 'master' into pra/blocFissure
This commit is contained in:
commit
cfa45d551f
@ -216,6 +216,8 @@ bool StdMeshers_LocalLength::SetParametersByMesh(const SMESH_Mesh* theMesh,
|
||||
{
|
||||
const TopoDS_Edge& edge = TopoDS::Edge( edgeMap( iE ));
|
||||
Handle(Geom_Curve) C = BRep_Tool::Curve( edge, L, UMin, UMax );
|
||||
if ( C.IsNull() )
|
||||
continue;
|
||||
GeomAdaptor_Curve AdaptCurve(C, UMin, UMax);
|
||||
|
||||
vector< double > params;
|
||||
|
Loading…
Reference in New Issue
Block a user