We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

GDL
About building parametric objects with GDL.

How can I do it like fit to skin? sect_fill "insulation 01"

LeeJaeYoung
Virtuoso

How can I do it like fit to skin?

 

BUILDING_MATERIAL UIM_MaterialDN
!!!SECT_FILL "Insulation 01",11,19,11

SLAB 4,0.15,
0,0,0,
A,0,0,
A,B,0,
0,B,0

base
VERT 0,0,0
VERT A,0,0
VERT 0,B,0
VERT 0,0,0.15
COOR 2, -1, -2, -3, -4
BODY 1

 

 

LeeJaeYoung_0-1643800993427.png

 

AC27 on window 11
3 REPLIES 3
runxel
Legend

Is that in the floor plan?

If so, script it with a poly2_b{5} and use the distortion matrix.

Lucas Becker | AC 27 on Mac | Author of Runxel's Archicad Wiki | Editor at SelfGDL | Developer of the GDL plugin for Sublime Text | My List of AC shortcomings & bugs | I Will Piledrive You If You Mention AI Again |

POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»

this is 3d script and section view

AC27 on window 11

I am trying to create insulation in 2d script.
what you said
"Is that in the floor plan?
If so, script it with a poly2_b{5} and use the distortion matrix."
Can you please explain in more detail about this?
1. Where can I find sample code using poly2_b{5}?
from window.gsm
2. How many values do I need to bring from wall_skins_param to create insulation?
I only brought the fill type... ^^
3. Can you elaborate on the use of the distortion matrix?
4. This is the insulation I am trying to make.

LeeJaeYoung_0-1678937240133.png

 

AC27 on window 11