2019-07-07 10:50 PM - last edited on 2023-05-24 12:26 PM by Rubia Torres
2019-07-08 01:54 PM
2019-07-08 02:10 PM
Barry wrote:can you be a bit more specific? this call function will be part of my architrave script? but i can reference a selected window somehow?
If you have created a separate architrave object, then you will have to CALL it from your window object.
Barry.
2019-07-08 02:56 PM
2019-07-09 04:05 AM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2019-07-09 09:18 AM
Lingwisyer wrote:yes that is what i'm trying to do. Select the opening/window and apply my custom GDL architrave to that. Is there a way to read from my architrave the wallhole dimensions & position of selected windows
That would require saving out a new copy of every macro prior to your modified one which can sometimes be a bit troublesome to track....
Would picking up the opening location from the wall and inserting the object above the opening work? I will not be a single object, but it will save some time tracing the script path.
Ling.
2019-07-09 10:55 AM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2019-07-09 02:34 PM
Lingwisyer wrote:I think you will find that was made using the wall accessory add-on, which will find the entire wall geometry, including all window and door openings.
I am not sure. Heimo made a cladding object a while back that detected wall openings and cut the cladding around them.
2019-07-09 02:42 PM
Barry wrote:thanks for the advice, this is going to be tough but i'll give it a shot!
Lingwisyer wrote:I think you will find that was made using the wall accessory add-on, which will find the entire wall geometry, including all window and door openings.
I am not sure. Heimo made a cladding object a while back that detected wall openings and cut the cladding around them.
So it will not be good for individual openings.
You need to CALL it from the main window object.
There is no need to save out new copies of all the macros as they are already being CALLed from the main window object.
You just need to add you architrave to the main window.
Having said that, the Graphisoft windows are not the simplest of objects to understand.
It can be done though.
You will want to ‘Save As’ the main window object as a new object, so you don’t destroy the original.
Add your architrave parameters to the main window object.
CALL it in the 2D & 3D scripts (possibly the parameter and/or master script depending on how it it written).and pass on the architrave parameter values as well as the A & B (height & width) In the CALL command.
Barry.