commit 726acb90b6c142613aa73f1ccb6037c82d7617af (tree)
parent eb25eed17cee78d8a60a35ead3fe94d93506be78
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date: Wed, 1 Jan 2020 22:19:58 +0200
obelis
Diffstat:
4 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Karto/README-why.md b/Karto/README-why.md
@@ -0,0 +1,3 @@
+- cannot measure an angle between xline and polyline. "xline is not a line".
+- inserting a block takes up 2 layers: the one that the block was created in, and
+ where it was inserted.
diff --git a/Karto/assignment5/KTZ004_2019_05_brez.dwg b/Karto/assignment5/KTZ004_2019_05_brez.dwg
Binary files differ.
diff --git a/Karto/assignment5/measure.py b/Karto/assignment5/measure.py
@@ -3,6 +3,8 @@ from math import sqrt
import numpy as np
from scipy.spatial.distance import euclidean
+# ilgiausios B sklypo krastines kampas: -4.7727°
+
A = -7.756
B = 4.686
C = -7.663
@@ -53,3 +55,4 @@ objs = {
}
for id, obj in objs.items():
print("%d: (%.3f,%.3f)" % (id, obj[0], obj[1]))
+
diff --git a/Karto/assignment5/obelis.dwg b/Karto/assignment5/obelis.dwg
Binary files differ.