2013-02-03 08:49 PM
2019-03-14 05:27 PM
2019-03-14 07:15 PM
2019-03-15 02:29 AM
If ( x[1] + x[2] ) / ( y[1] + y[2] ) = ( x[3] + x[4] ) / ( y[3] + y[4] ) then else ...
I havent tried this, but maybe it could help, I am not shure:
http://gdl.graphisoft.com/tips-and-tricks/calling-basicgeometriccalc-macro
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2019-03-15 10:34 AM
2019-03-18 02:50 AM
call "BasicGeometricCalc" parameters iFunction = INTERSECT_LINE_LINE, vx1 = vx1, vy1 = vy1, px1 = px1, py1 = py1, vx2 = vx2, vy2 = vy2, px2 = px2, py2 = py2, returned_parameters ipx, ipy, state If State = 1 then If vx1 < ipx < vx2 & vy1 < ipy < vy2 & px1 < ipx < px2 & py1 < ipy < pvy2 then ... endIf endIf
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |