output control

This commit is contained in:
Joachim Schoeberl 2022-04-02 10:37:16 +02:00
parent 4565c8ef79
commit e5056dcd57

View File

@ -84,7 +84,7 @@ void ExtractEdgeData( const TopoDS_Edge & edge, int index, std::vector<double> *
if (poly.IsNull())
{
cout << "no edge mesh, do my own sampling" << endl;
cout << IM(2) << "no edge mesh, do my own sampling" << endl;
double s0, s1;
Handle(Geom_Curve) c = BRep_Tool::Curve(edge, s0, s1);