We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2013-05-16 02:41 AM
2013-05-20 02:15 PM
2013-05-20 05:15 PM
laszlonagy wrote:I did my google homework . My son and I have a little game that has been going on for a while: If one of us asks the other one something that gets answered or commented with "I don't know", the
FYI:
fenék (Hungarian): posterior. (It is not a dirty word, but of course, it has many synonyms, just like in English)
Olivier wrote:Thanks Olivier. That thread and this one were great help when first trying to make an object show in different stories. I have been using those settings in a lot of simple objects, where the bottomlevel is the start of the object, but this time I need something different.
May be this thread can help.
http://archicad-talk.graphisoft.com/viewtopic.php?p=185021&highlight=acbottomlevel+actoplevel+parame...
andro55 wrote:Thanks andro55. I see what you did there . But from what I can see in your master script, in the image, you are calculating your object levels. Are you passing these to ac_bottomlevel and ac_toplevel via PARAMETERS command? How are you not getting duplicated usage if so? In my tests, whenever ac_bottomlevel#0 weird things start to happen, e.g.
EPS=0.00001 !-----Error checking ----------------
GLOB_ELEM_TYPE = 1 !----- element type (1= Object)
!!**** ac_bottomlevel
ac_bottomlevel = GLOB_ELEVATION + GLOB_HSTORY_ELEV
IF GLOB_ELEVATION < EPS THEN
!!**** ac_toplevel
ac_toplevel = GLOB_ELEVATION + ZZYZX + GLOB_HSTORY_ELEV
ELSE
ac_toplevel = ZZYZX + GLOB_ELEVATION + GLOB_HSTORY_ELEV
ENDIF
!------------------------------------------------------------------------------------------
IF GLOB_ELEVATION <= EPS THEN
GLOB_ELEVATION = GLOB_ELEVATION - a*2
ENDIF
!------------------------------------------------------------------------------------------
!===PARAMETERS SCRIPT=== PARAMETERS ac_bottomlevel = (-1) PARAMETERS ac_toplevel = ZZYZXIf you place your object at story0, z=0, info box will display (-1) and then use info box to change the bottom: change to 0 and it will stay at (-1) Type (-0.5) and it will change to (-1.5) because you set ac_bottomlevel to (-1)
2013-05-20 08:10 PM
2013-05-21 03:10 AM
2013-05-21 10:52 AM
2013-05-21 12:22 PM
2013-05-21 05:25 PM