Bugfix: 'repair' meshes when initializing the AdaptiveSlicing object for multi-mesh objects

This commit is contained in:
Florens Wasserfall 2017-02-06 11:56:47 +01:00
parent 5beb10c4e3
commit 3c3762b652

View File

@ -17,6 +17,7 @@ sub BUILD {
my $self = shift;
my $facet_id = 0;
$self->mesh->repair;
my $facets = $self->mesh->facets;
my $vertices = $self->mesh->vertices;
my $normals = $self->mesh->normals;