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
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
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