You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detecting if an input file is contour. Currently the number of points in the first cell of the polydata here and here are checked
Current version:
// TODO This is temporary for detecting if contour until the contour type is fully supported
if (reference_mesh->GetCell(0)->GetNumberOfPoints() == 2) {
this->is_contour_ = true;
}
}
}
The text was updated successfully, but these errors were encountered:
Detecting if an input file is contour. Currently the number of points in the first cell of the polydata here and here are checked
Current version:
The text was updated successfully, but these errors were encountered: