modified the add_face function of importerT to always return a valid
FaceHandle
This commit is contained in:
@@ -157,7 +157,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// add face
|
// add face
|
||||||
FaceHandle fh = mesh_.add_face(vhandles);
|
fh = mesh_.add_face(vhandles);
|
||||||
|
|
||||||
// Mark failed face as non-manifold
|
// Mark failed face as non-manifold
|
||||||
if (mesh_.has_face_status())
|
if (mesh_.has_face_status())
|
||||||
|
|||||||
Reference in New Issue
Block a user