PARAMETERS command in 3d Script

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-06-20 08:27 AM
2015-06-20
08:27 AM
I have a complex 3d script of thousands of line in which I calculate many variables. I want to memorize them in PARAMETER Dialog to use for LIST.
I'd like to avoid to replicate all the script, without transformations and 3d shapes, in the master script. It's also complex to divide the code calculating the variables in master script and use them in 3d script.
Is there a way to memorize the variable created in 3d script?
MacBook M1 Max 64GB- OS X 12.2.1 - Archicad 27
https://www.archiradar.it/en/
https://www.archiradar.it/en/
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-06-22 07:19 PM
2015-06-22
07:19 PM
Mario,
you cannot get script informations, like stored variables from a 3D-Script into any other script inside one object. Theoretically you can export to a text file and reimport into another script, but this I would not recommend.
The Master-Script is the ideal place to make calculations, that you use in more than 1 script.
But it seems that you have calculated all variables in 3D script and it is not easy to move those calculatons into the master script without tearing that script apart. If so, the only way from my view is, to double the calcualtions the way you described.
you cannot get script informations, like stored variables from a 3D-Script into any other script inside one object. Theoretically you can export to a text file and reimport into another script, but this I would not recommend.
The Master-Script is the ideal place to make calculations, that you use in more than 1 script.
But it seems that you have calculated all variables in 3D script and it is not easy to move those calculatons into the master script without tearing that script apart. If so, the only way from my view is, to double the calcualtions the way you described.
Jochen Suehlo . AC12-28 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
GDL object creation: b-prisma.de

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-06-22 08:04 PM
2015-06-22
08:04 PM
Thank you Joachim
I already copied the code from 3d to the master script and cleaned of transformations and 3d commands. I'm slowly understanding the logic of different scripts. It's really very important. .
I already copied the code from 3d to the master script and cleaned of transformations and 3d commands. I'm slowly understanding the logic of different scripts. It's really very important. .
MacBook M1 Max 64GB- OS X 12.2.1 - Archicad 27
https://www.archiradar.it/en/
https://www.archiradar.it/en/