double curDeflect = 0.3; //0.01; //Curvature deflection
double angDeflect = 0.2; // 0.09; //Angular deflection
- GCPnts_TangentialDeflection discret(c2dAdaptor, angDeflect, curDeflect);
+ GCPnts_TangentialDeflection discret(c2dAdaptor, angDeflect, curDeflect, 10 /*bos [#41122] minimum 10 points of discretization!*/);
// if ( discret.NbPoints() > 2 )
// {
// cout << endl;
bool StdMeshers_QuadFromMedialAxis_1D2D::Compute(SMESH_Mesh& theMesh,
const TopoDS_Shape& theShape)
{
- std::cout << "helper_quad " << theMesh.IsParallel() << std::endl;
SMESH_MesherHelper helper( theMesh );
helper.SetSubShape( theShape );