Skip to content
Snippets Groups Projects
Verified Commit 6a1d3b80 authored by Sankhesh Jhaveri's avatar Sankhesh Jhaveri :speech_balloon:
Browse files

Add docstring note about convex corners in vtkClipClosedSurface

parent 99c13d7f
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,9 @@ public:
* implicit function if it lies in front of the clipping plane. When
* InsideOutside is turned on, a vertex is considered inside if it lies on the
* back side of the plane. InsideOut is off by default.
*
* \note Regardless of the InsideOut flag, it is not possible to generate an
* inside (that is, convex) corner by clipping.
*/
vtkSetMacro(InsideOut, vtkTypeBool);
vtkGetMacro(InsideOut, vtkTypeBool);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment