Skip to content
Snippets Groups Projects
Commit a248edcb authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing functions

parent 6f8d64e7
No related branches found
No related tags found
No related merge requests found
......@@ -596,6 +596,14 @@ public:
{
return _error("apply boolean fragments");
}
void removeAllDuplicates()
{
return _error("remove all duplicates");
}
bool mergeVertices(const std::vector<int> &tags)
{
return _error("merge vertices");
}
bool translate(const std::vector<std::pair<int, int> > &inDimTags,
double dx, double dy, double dz)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment