We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2009-10-21 05:36 PM
2009-10-21 08:08 PM
2009-10-22 04:39 AM
2009-10-22 09:55 AM
2009-10-22 10:38 AM
2009-10-22 01:56 PM
2009-10-22 02:09 PM
2009-10-22 04:13 PM
2009-10-22 11:58 PM
2009-10-23 03:59 AM
Anne wrote:What your code is saying is -
This is the code in the 2d script of the object I've made.
The display in the Parameters behave as expected when I change the rotation angle. But the problem occurs in the instance of an object.
IF V~=0 THEN
ROT2 -W~
RECT2 -B/2,-A/2, B/2, A/2
PEN 20
HOTSPOT2 0,0
HOTSPOT2 -B/2, A/2
HOTSPOT2 B/2, A/2
HOTSPOT2 -B/2,-A/2
HOTSPOT2 B/2,-A/2
ENDIF