Objects that can change with each frame of fly-through?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-12-03 01:32 AM
2009-12-03
01:32 AM
I'm experienced with creating fly-throughs in ArchiCAD but whenever I create a fly-through, I've always wandered if I will ever check that 'Rebuild Model for Each Frame' box

Can you help me which objects can change per frame of a fly-through and where abouts I would change the settings for these.
Many thanks!
Sui.
15 REPLIES 15
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-12-04 10:35 PM
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-02-15 01:44 AM
2011-02-15
01:44 AM
Master Script, i have downloaded your animation object, which works great, thank you! but i need the object to only move during certain frame of my fly-thru. How do i control when the object moves? thanks
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-02-15 07:56 AM
2011-02-15
07:56 AM
Edit the 3D script:
Start_frame=10
IF GLOB_FRAME_NR> Start_frame THEN
ADDX (GLOB_FRAME_NR-Start_frame)*DimensionX
ADDY (GLOB_FRAME_NR-Start_frame)*DimensionY
ADDZ (GLOB_FRAME_NR-Start_frame)*DimensionZ)
CALL NameObject PARAMETERS ALL
ENDIF
Start_frame=10
IF GLOB_FRAME_NR> Start_frame THEN
ADDX (GLOB_FRAME_NR-Start_frame)*DimensionX
ADDY (GLOB_FRAME_NR-Start_frame)*DimensionY
ADDZ (GLOB_FRAME_NR-Start_frame)*DimensionZ)
CALL NameObject PARAMETERS ALL
ENDIF
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-02-15 08:16 AM
2011-02-15
08:16 AM
Have you tried this one? TheAnT
bim author since 1994 | bim manager since 2018 | author of selfGDL.de | openGDL | skewed archicad user hall of fame | author of bim-all-doors.gsm
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-02-15 06:10 PM
2011-02-15
06:10 PM
thanks, i just downloaded TheAnT, i'll check it out. I figured this formula out last night and added it to my sliding door, to make it move and stop @ 76":
IF GLOB_FRAME_NR>=5 AND GLOB_FRAME_NR<=20 THEN
ADDX GLOB_FRAME_NR*4"
ENDIF
IF GLOB_FRAME_NR>=21 THEN
ADDX 76"
ENDIF
works great. thanks for the help
IF GLOB_FRAME_NR>=5 AND GLOB_FRAME_NR<=20 THEN
ADDX GLOB_FRAME_NR*4"
ENDIF
IF GLOB_FRAME_NR>=21 THEN
ADDX 76"
ENDIF
works great. thanks for the help
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-09-29 10:06 AM
2011-09-29
10:06 AM
Hey guys i need to know how to this. can somone out there help a brother for a simple door to open when a camera approaches, in a simple format like change the script code where do i click for that to happen.
- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »