Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dip.def 426 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  1. # Macro for geologic strike/dip takes strike (azimuth) and dip (angle) from input file
  2. N: 2 ao
  3. # First rotate so strike is horizontal
  4. $1 R
  5. 90 R
  6. # Draw the strike line
  7. -0.5 0 M
  8. 0.5 0 D
  9. S
  10. # Draw the dip line
  11. 0 0 M
  12. 0 0.25 D
  13. S
  14. # Fill the dip vector head
  15. 0 0.25 M
  16. -0.025 0.20 D
  17. 0 0.22 D
  18. 0.025 0.20 D
  19. # Annotate the dip in blue, embedding the coordinates of the point
  20. T -Gblue -W-
  21. 0 0.3 0.1 [%Y,\040%X]:\040dip\040=\040$2\312 l+jBC
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...