Mesh segmentation

This commit is contained in:
wmayer
2012-05-21 15:02:51 +02:00
parent 8ec91d29dd
commit fc3a9903f8
7 changed files with 67 additions and 75 deletions

View File

@@ -76,7 +76,7 @@ void Segmentation::accept()
std::vector<MeshCore::MeshSurfaceSegment*> segm;
if (ui->groupBoxCyl->isChecked()) {
segm.push_back(new MeshCore::MeshCurvatureCylindricalSegment
(meshCurv.GetCurvature(), ui->numCyl->value(), ui->tolCyl->value(), ui->radCyl->value()));
(meshCurv.GetCurvature(), ui->numCyl->value(), ui->tol1Cyl->value(), ui->tol2Cyl->value(), ui->radCyl->value()));
}
if (ui->groupBoxSph->isChecked()) {
segm.push_back(new MeshCore::MeshCurvatureSphericalSegment