GDL
About building parametric objects with GDL.
SOLVED!

How can I make it join in 3D view?

LeeJaeYoung
Virtuoso

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?

LeeJaeYoung_1-1641368747301.png

LeeJaeYoung_2-1641368899288.png

 

 

AC27 on window 11
1 ACCEPTED SOLUTION

Accepted Solutions
Solution

You have to set the correct flags for the tube to participate in inline elimination

Or like Dave said below for the prism

 

View solution in original post

9 REPLIES 9

What did you use for the wall in your gdl code?

 

Pending that will define how you get in line elimination.

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

 

AC27 on window 11

I think you need to use a newer element, standard prism does not participate in inline elimination.

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.

AC27 on window 11

I've read the gdl reference many times over.

I use tube2 for just about everything.

LeeJaeYoung:

 

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

David Maudlin / Architect
www.davidmaudlin.com
Digital Architecture
AC27 USA • iMac 27" 4.0GHz Quad-core i7 OSX11 | 24 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14

I don't understand.
Tubes are not joined in 3D.
I am using Building_Material concrete - structure.
Is there a bond in tube{2}?

LeeJaeYoung_0-1641563887288.png

 

AC27 on window 11
Solution

You have to set the correct flags for the tube to participate in inline elimination

Or like Dave said below for the prism

 

thank you so much ^^

have nice day

AC27 on window 11