Skip to content
Snippets Groups Projects
Commit c4941808 authored by felix's avatar felix
Browse files

fix arcs: z coordinate

parent 4ee32a77
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ vertices
name Fns (20 0 0)
name Bns (20 0 $thickness)
name Fnm (0 0 0)
name Bnm (0 0 1)
name Bnm (0 0 $thickness)
);
blocks
......@@ -89,10 +89,10 @@ edges
arc Fctl Fctr (0 5 0) // = Fct
arc Fctr Fcbr (5 0 0) // = Fcr
arc Fcbr Fcbl (0 -5 0) // = Fcb
arc Bcbl Bctl (-5 0 0) // = Bcl
arc Bctl Bctr (0 5 0) // = Bct
arc Bctr Bcbr (5 0 0) // = Bcr
arc Bcbr Bcbl (0 -5 0) // = Bcb
arc Bcbl Bctl (-5 0 $thickness) // = Bcl
arc Bctl Bctr (0 5 $thickness) // = Bct
arc Bctr Bcbr (5 0 $thickness) // = Bcr
arc Bcbr Bcbl (0 -5 $thickness) // = Bcb
);
boundary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment