improve mesh healing functions
This commit is contained in:
@@ -93,6 +93,7 @@
|
||||
#include <Mod/Mesh/App/Core/Visitor.h>
|
||||
#include <Mod/Mesh/App/Mesh.h>
|
||||
#include <Mod/Mesh/App/MeshFeature.h>
|
||||
#include <Mod/Mesh/Gui/ViewProviderMeshPy.h>
|
||||
#include <zipios++/gzipoutputstream.h>
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
@@ -2046,6 +2047,14 @@ void ViewProviderMesh::highlightSegments(const std::vector<App::Color>& colors)
|
||||
}
|
||||
}
|
||||
|
||||
PyObject* ViewProviderMesh::getPyObject()
|
||||
{
|
||||
if (!pyViewObject)
|
||||
pyViewObject = new ViewProviderMeshPy(this);
|
||||
pyViewObject->IncRef();
|
||||
return pyViewObject;
|
||||
}
|
||||
|
||||
// ------------------------------------------------------
|
||||
|
||||
PROPERTY_SOURCE(MeshGui::ViewProviderIndexedFaceSet, MeshGui::ViewProviderMesh)
|
||||
|
||||
Reference in New Issue
Block a user