License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2021-02-03
12:16 PM
- last edited on
2021-09-14
01:26 PM
by
Noemi Balogh
dLength = A dWidth = B sX = 0 sY = dWidth / 2 N = INT(dLength/dDist) unID = 1 hotspot2 sX, sY, unID : unID = unID + 1 hotspot2 dLength, sY, unID : unID = unID + 1 hotspot2 sX, -sY, unID : unID = unID + 1 hotspot2 dLength, -sY, unID : unID = unID + 1 hotspot2 0, 0, unID, dLength, 1+256 : unID = unID + 1 hotspot2 -dLength, 0, unID, dLength, 3 : unID = unID + 1 hotspot2 dLength, 0, unID, dLength, 2 : unID = unID + 1 LINE2 sX, -sY, sX, sY LINE2 dLength, -sY, dLength, sY LINE2 sX, 0, dLength, 0 FOR I=0 TO N-1 sX = sX + dDist LINE2 sX, -sY*0.75, sX, sY*0.75 NEXT II couldn't find any documentation on that topic, or I wasn't looking at the right place. So please forgive me if it's obvious, but I already wasted a day on this and I'm still stuck.
2021-02-03 12:50 PM