Merge pull request #1326 from vsangelidakis/patch-2

Fix typo to: Re-orient all faces coherently
This commit is contained in:
Alessandro Muntoni 2022-11-16 08:08:02 +01:00 committed by GitHub
commit c139a651f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,8 +140,8 @@ RichParameterList QhullPlugin::initParameterList(const QAction* action, const Me
RichParameterList parlst;
switch (ID(action)) {
case FP_QHULL_CONVEX_HULL: {
// parlst.addParam(RichBool("reorient", false,"Re-orient all faces coherentely","Re-orient
// all faces coherentely"));
// parlst.addParam(RichBool("reorient", false,"Re-orient all faces coherently","Re-orient
// all faces coherently"));
break;
}
case FP_QHULL_VORONOI_FILTERING: {
@ -214,7 +214,7 @@ RichParameterList QhullPlugin::initParameterList(const QAction* action, const Me
"Show a triangulation of the visible points",
"Show a triangulation of the visible points"));
// parlst.addParam(RichBool("reorient", false,"Re-orient all faces of the CH
// coherentely","Re-orient all faces of the CH coherentely."
// coherently","Re-orient all faces of the CH coherently."
// "If no Convex Hulls are selected , this value is ignored"));
break;
break;