Danke für Hilfe
habe mir ein Aufmasstool gebaut
das funktioniert auch weitgehend ...
das Problem:
muss den y-Wert zu Fuss eingeben, damit der Fangpunkt auch nach y beweglich wird
sobald der Fangpunkt per Maus wieder auf x liegt, muss ich erneut y händisch eingeben
---
nTrs = 0: UnId = 1
pen penCol
a2 = A/2
pxs = arrX/1000*GLOB_SCALE
pys = pxs /3
hotspot2 0,0
hotspot2 a,b
varW = atn(b/a)
varL = a/cos(varW)
lx=varL-pxs
rot2 varW :nTrs=nTrs+1
! --- Arrow
line_type 1
POLY2 3, 1+4,
lx, pys,
lx+pxs, 0,
lx, -pys
if arrDoub then
line_type pTyp :line2 pxs, 0, lx, 0
line_type 1
POLY2 3, 1+4,
pxs, pys,
0, 0,
pxs, -pys
else
line_type pTyp :line2 0, 0, lx, 0
line_type 1 :circle2 0,0,pys/2
endif
hotline2 0, 0, varL, 0
---
dann folgt noch die Beschriftung ...