Changes between Version 3 and Version 7 of Ticket #9


Ignore:
Timestamp:
Oct 11, 2005, 4:45:49 PM (20 years ago)
Author:
duncan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9

    • Property Status changed from new to assigned
    • Property Severity changed from normal to enhancement
  • Ticket #9 – Description

    v3 v7  
    1 Give feedback when
    2   * points outside mesh
    3   * mesh outside points boundary  !
    4   * if mesh is corrupted. See show_mesh_bug.py (changeset:1878)
    5   * if segments are repeated (maybe in mesh.check_integrity)   
     1I've shortened the points that this ticket raises to:
     2
     3Give feedback when
     4
     5points outside mesh
     6mesh outside points boundary !
     7I'm assuming this is when using least_squares fit_to_mesh and least_squares interpolate (or any wrapper of these functions).
     8
     9other points are now in tickets 23 and 24.