obelis
This commit is contained in:
parent
eb25eed17c
commit
726acb90b6
3
Karto/README-why.md
Normal file
3
Karto/README-why.md
Normal file
@ -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.
|
Binary file not shown.
@ -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]))
|
||||
|
||||
|
BIN
Karto/assignment5/obelis.dwg
Normal file
BIN
Karto/assignment5/obelis.dwg
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user