Commit a76ca831 authored by sumpfralle's avatar sumpfralle

added another TODO comment to the waterline strategy


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@695 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 8d170a56
......@@ -87,6 +87,7 @@ class WaterlineTriangles:
def extend_shifted_lines(self):
# TODO: improve the code below to handle "holes" properly (neighbours that disappear due to a negative collision distance - use the example "SampleScene.stl" as a reference)
# TODO: add a "closed group" flag to avoid intersections between [-1] and [0] for non-closed groups
def get_right_neighbour(group, ref):
group_len = len(group)
for index in range(1, group_len):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment