'Is there another way to improve the resolution of vtkSampleFunction?
Please refer to VTK example BooleanOperationImplicitFunctions, and my question is: Is there another way to improve the resolution of the final mesh generated by vtkSampleFunction, besides giving large numbers as arguments to its method SetSampleDimensions?
Here is the comparison between different arguments to SetSampleDimensions, which are 40 and 400 respectively.
SetSampleDimensions(40, 40, 40)
SetSampleDimensions(400, 400, 400)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
