We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The multiplier is currently 1.5:
Slicer-SurfaceWrapSolidify/SegmentEditorWrapSolidify/SegmentEditorWrapSolidifyLib/SegmentEditorEffect.py
Lines 504 to 505 in f5b1679
But according to this link: https://math.stackexchange.com/questions/2423669/sphere-and-inscribed-cube
I'm thinking the multiplier should be larger than sqrt(3), for example:
# to make sure the volume is fully included in the sphere, radius must be sqrt(3) times larger sphereSource.SetRadius(maxRadius*1.75)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The multiplier is currently 1.5:
Slicer-SurfaceWrapSolidify/SegmentEditorWrapSolidify/SegmentEditorWrapSolidifyLib/SegmentEditorEffect.py
Lines 504 to 505 in f5b1679
But according to this link:
https://math.stackexchange.com/questions/2423669/sphere-and-inscribed-cube
I'm thinking the multiplier should be larger than sqrt(3), for example:
The text was updated successfully, but these errors were encountered: