Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2022-01-05
08:53 AM
- last edited on
2023-05-31
10:15 AM
by
Laszlo Simon
I created a wall using the Building_Material in windows gdl.
It is overlapped in section view.
They are not joined in 3D view.
How can I make it join in 3D view?
Solved! Go to Solution.
2022-01-07 04:33 PM
You have to set the correct flags for the tube to participate in inline elimination
Or like Dave said below for the prism
2022-01-05 08:31 PM
What did you use for the wall in your gdl code?
Pending that will define how you get in line elimination.
2022-01-06 01:19 PM
Building_material WALL_SKINS_PARAMS[1][18]
SECT_ATTRS{2} 12
PRISM_ 10, HWw*2,
0, 0, 15,
0, -0.02, 15,
-0.01, -0.03, 15,
-0.03, -0.03, 15,
-0.03, -0.01, 15,
-0.05, -0.01, 15,
-0.05, -0.03, 15,
-w1t, -0.03, 15,
-w1t, 0, 15,
0, 0, -1
2022-01-06 03:54 PM
I think you need to use a newer element, standard prism does not participate in inline elimination.
2022-01-06 05:25 PM
What element are involved in inline elimination?
How many pages can you see in the gdl reference guide?
I'm not good at English, so I'm writing this with a translator, so please understand.
2022-01-06 05:55 PM
I've read the gdl reference many times over.
I use tube2 for just about everything.
2022-01-07 02:23 PM
The Prism_ command uses status codes (15 in your code snippet) to control line visibility. Look at Status Codes in the GDL Reference Guide to see the other options (will be a number less than 15). Posting the Window object so we can look at it would make trouble shooting much easier, rather than guessing what the rest of the code is doing.
You should add a Signature to your Profile (click the Profile button near the top of this page) with your Archicad version and operating system (see mine for an example) for more accurate help in this forum.
David
2022-01-07 02:58 PM
I don't understand.
Tubes are not joined in 3D.
I am using Building_Material concrete - structure.
Is there a bond in tube{2}?
2022-01-07 04:33 PM
You have to set the correct flags for the tube to participate in inline elimination
Or like Dave said below for the prism
2022-01-08 05:26 PM
thank you so much ^^
have nice day