Added TODO on extract rough surface profile

这个提交包含在:
Craig Warren
2022-11-29 13:08:53 +00:00
父节点 ff2be95cc8
当前提交 d1ae1367dd

查看文件

@@ -89,6 +89,7 @@ class FractalBoxBuilder(UserObjectGeometry):
# Apply any rough surfaces and add any surface water to the
# 3D mask array
# TODO: Allow extract of rough surface profile (to print/file?)
for surface in volume.fractalsurfaces:
if surface.surfaceID == 'xminus':
for i in range(surface.fractalrange[0], surface.fractalrange[1]):