Fountain library part slow to load in AC10

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-10-19 10:57 PM
That same library part opened in AC10 now is agonizingly slow to load and place. Why is this?
Does anyone know how to fix it?
Thanks in advance,
Erika
Architect, Consultant
MacBook Pro Retina, 15-inch Yosemite 2.8 GHz Intel Core i7 16 GB 1600 MHz DDR3
Mac OSX 10.11.1
AC5-18
Onuma System
"Implementing Successful Building Information Modeling"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-10-20 09:58 PM
I downloaded your .pla file and looked at "Fountain-a".
You are right it processes quickly in AC 8.1 and AC 9
but is very slow in AC 10. I thought that maybe GS
had changed the rnd() function which is used several times in the script
but could not find any reference to a change either in the GDL manual or
in New GDL features in AC 10.
A very interesting 3D script with all that math describing a parabolic curve.
I have no idea why it is so slow in AC 10.
If anyone would know it would be Frank Beister.
I am curious about something else.
In your .pla there is another library part called "Wave"
When I tried to open it I got an error saying could not find
a macro called in the script. Do you have that macro ?
I would be very interested in what Frank Chin did in this library part.
Thank you,
Peter Devlin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-10-20 10:17 PM
Thanks for looking at the fountain object. Quite a puzzle. Let's hope Frank Beister will be able to figure it out.
Attached is Frank Chin's wave object, also freeware.
There is also a short quicktime movie that comes with it, but is too large to post.
PM if you would like me to email it to you.
Architect, Consultant
MacBook Pro Retina, 15-inch Yosemite 2.8 GHz Intel Core i7 16 GB 1600 MHz DDR3
Mac OSX 10.11.1
AC5-18
Onuma System
"Implementing Successful Building Information Modeling"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-10-20 10:51 PM
Thank you for uploading the object for me.
I'm curious, where did you get these objects ?
I checked Objects on line and they are not there.
Thanks
Peter Devlin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-10-20 11:07 PM
I may be mistaken, but I think Djordje might know what he is doing/where he is these days.
Architect, Consultant
MacBook Pro Retina, 15-inch Yosemite 2.8 GHz Intel Core i7 16 GB 1600 MHz DDR3
Mac OSX 10.11.1
AC5-18
Onuma System
"Implementing Successful Building Information Modeling"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-10-20 11:21 PM
Oh boy, I am just starting to figure out what Frank Chin
is doing with his wave object. I haven't looked at the script yet.
I have some guesses about what he is doing with the mesh element.
So now I have deal with this tent object

Thank you very much for the tent object.
I think I will be busy for a while.
Thanks,
Peter Devlin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-10-20 11:25 PM
Peter wrote:That's good, as I am out of Frank Chin objects!
I think I will be busy for a while.
Thanks,
Peter Devlin

Architect, Consultant
MacBook Pro Retina, 15-inch Yosemite 2.8 GHz Intel Core i7 16 GB 1600 MHz DDR3
Mac OSX 10.11.1
AC5-18
Onuma System
"Implementing Successful Building Information Modeling"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-10-21 01:13 AM
i thought he had the whole lot somewhere . . . they may be converting and posting them piece-by-piece? marin?
~/archiben
b f [a t ] p l a n b a r c h i t e c t u r e [d o t] n z
archicad | sketchup! | coffeecup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-10-23 10:06 AM

It seems not to be RND, RESOL or SPHERE. It seems to be PROJECT2, which slows down. Maybe because of its expansion to the third version with different display options. I have mentioned, that all evolved commands as STR (to STR{2}) and others do use the same algorithm or program code, because you can use STR{2}-flags in a STR-command.
Anyway. This problem is not solveable from outside. I will send GS a note to this, maybe they can give an answer.
But I have a solution for you Erika:
Delete the PROJECT2-command and replace it by this:
MUL2 1,b/a w=360/nub for i=0 to 360-w+0.001 step w for j=1 to nuw rot2 i+rnd(angd)-5 circle2 rnd(a/2),0,rdus del 1 next j next iThis gives the object a native 2D-view. The 3D-speed seems not to be the problem so it has not to be fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-10-23 10:11 AM
http://www.opengdl.org/gdl-de/obj00011e.htm
I looked for Frank Chin, when I started opengdl. It was not easy, but I do not know either, what he is doing now.