Created
April 9, 2014 17:39
-
-
Save wence-/10295630 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Point(1) = {0, 0, 0, 1.0}; | |
| Point(2) = {1, 0, 0, 1.0}; | |
| Point(3) = {1, 0.5, 0, 1.0}; | |
| Point(4) = {0.5, 0.5, 0, 1.0}; | |
| Point(5) = {0.5, 1, 0, 1.0}; | |
| Point(6) = {0, 1, 0, 1.0}; | |
| Line(1) = {1, 2}; | |
| Line(2) = {2, 3}; | |
| Line(3) = {3, 4}; | |
| Line(4) = {4, 5}; | |
| Line(5) = {5, 6}; | |
| Line(6) = {6, 1}; | |
| Line Loop(1) = {1, 2, 3, 4, 5, 6}; | |
| Plane Surface(1) = {1}; | |
| Physical Surface(1) = {1}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment