-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-fix for bug 15186. The AutoFixFourTriangle points was not smart enou…
…gh to handle a case with adjacent points that were connected
- Loading branch information
1 parent
8acb351
commit fc807f9
Showing
5 changed files
with
184 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
ASCII XmUGrid Version 2 | ||
LOCATIONS 6 | ||
POINT 0 987.0 94.0 0.0 | ||
POINT 1 968.0 144.0 0.0 | ||
POINT 2 959.0 140.0 0.0 | ||
POINT 3 994.0 168.0 0.0 | ||
POINT 4 910.0 102.0 0.0 | ||
POINT 5 898.0 186.0 0.0 | ||
CELL_STREAM 30 | ||
CELL 0 TRIANGLE 3 2 4 0 | ||
CELL 1 TRIANGLE 3 2 0 1 | ||
CELL 2 TRIANGLE 3 3 1 0 | ||
CELL 3 TRIANGLE 3 5 2 1 | ||
CELL 4 TRIANGLE 3 1 3 5 | ||
CELL 5 TRIANGLE 3 4 2 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ASCII XmUGrid Version 2 | ||
LOCATIONS 7 | ||
POINT 0 76.8 52.6 0.0 | ||
POINT 1 64.0 18.9 0.0 | ||
POINT 2 60.2 40.1 0.0 | ||
POINT 3 30.9 19.7 0.0 | ||
POINT 4 94.6 68.4 0.0 | ||
POINT 5 10.1 2.9 0.0 | ||
POINT 6 42.0 48.6 0.0 | ||
CELL_STREAM 40 | ||
CELL 0 TRIANGLE 3 3 5 1 | ||
CELL 1 TRIANGLE 3 3 1 2 | ||
CELL 2 TRIANGLE 3 4 0 1 | ||
CELL 3 TRIANGLE 3 6 3 2 | ||
CELL 4 TRIANGLE 3 0 4 6 | ||
CELL 5 TRIANGLE 3 5 3 6 | ||
CELL 6 TRIANGLE 3 0 2 1 | ||
CELL 7 TRIANGLE 3 2 0 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters