Modeling
About Archicad's design tools, element connections, modeling concepts, etc.

Window with sloping sides

Anonymous
Not applicable
I can not figure out how to create a window that has 4 sides, 2 of which that join at a right angle, but the other two slope downwards at different angles.

The roof pitch is 9⁰ and the sloping wall is 100⁰

See the attached picture, it's the timber clad wall with no windows on it at the moment. My aim is to create a window on the top story that follows the roof and sloping wall, and on the story a below that has all sides at right angles apart from one side that should be parallel to the sloping wall.

Thanks.

house.jpg
16 REPLIES 16
Anonymous
Not applicable
Hi Nile,...

Create your slab around your window or door
and set listing & labeling ID set is name : WallHole

Is my picture
Sorry my english

David Pacifico
Booster
Eddy, I hadn't heard of that trick.

You could also follow the last set of instructions to put the WallHole command in the 3D script. This way you could still use the ID for labeling later.

6. Now, if your window has a non-square WallHole, you will need to select the window and choose File/GDL Objects/Open Object. (Don’t be afraid! We just need to copy and paste some GDL here.)

7. Click on the 3D Script button.

8. Scroll down until you see the script that is the single slab that you used to make the glass. Select and Copy the script that starts with cPRISM_ "Glass", "Glass", "Glass" and ends with BODY -1. (Note, the data between is the coordinates we will be using for the WallHole).

9. Scroll down to the end of the script and paste. Delete the first pasted line that likely looks like:
cPRISM_ "Glass", "Glass", "Glass"

10. In front of the next line type WALLHOLE. (This cuts the wall for the window.) Click the button Check Script.

11. Save the object and Rebuild.
David Pacifico, RA

AC27 iMac i9, 32 gig Ram, 8 gig video Ram
Anonymous
Not applicable
Hello David,
I have not is skilled applies GDL script
and I still have not understood correctness with explanation of method script through?via just article but would more understood if in article following and picture as guidance.

I till now always tries applies way which manual only
where understanding of script this wallhole I try makes slab with thickness of 0 mm and placed to be medial of level object slab applies material glass for making of hole at around circumference outside window and door of intended.

process of object door or this window equal to making method of door of window in tutorial but I do not sort at consignment of my file before all.
Simply result from making of object slab by giving ID as WallHole hence automatic of GDL will recognize and makes hole equal and as of form of area which will be formed.
Till now irregular window object and door of I am create in this way and doesn't meet resistance.

I still will learn and recognizes ways to apply custom panel door of window which I am create in understanding of GDL script widely

suggestion and construction of friends in this respectable forum hardly I receive carefully

Thanks MrDavid at the instance of knowledge which more my create.
Apologizes my inggris language if imperfect
Anonymous
Not applicable
I put the following at the bottom of the 3D script and when I check script it an error comes up saying there aren't enough parameters at line 118... and highlights where it says WALLHOLE
WALLHOLE
             5,          0.1,
        0.4457228563283, 1.49683505719,     15,
        -7.105427357601E-015, 1.56743062233,     15,
                   0,            0,     15,
        0.7096552625813,            0,     15,
        0.4457228563283, 1.49683505719,     -1
base
vert    -1.110223024625E-016,            0,          0.1
vert    1.56743062233, -5.551115123126E-017,          0.1
vert    -1.110223024625E-016, 0.7096552625813,          0.1
vert    -1.110223024625E-016,            0,          0.2
coor      8468,     -1,     -2,     -3,     -4
del          1
body    -1
The original section of the script is:
cprism_ "Glass-Clear", "Glass-Clear", "Glass-Clear",
             5,          0.1,
        0.4457228563283, 1.49683505719,     15,
        -7.105427357601E-015, 1.56743062233,     15,
                   0,            0,     15,
        0.7096552625813,            0,     15,
        0.4457228563283, 1.49683505719,     -1
base
vert    -1.110223024625E-016,            0,          0.1
vert    1.56743062233, -5.551115123126E-017,          0.1
vert    -1.110223024625E-016, 0.7096552625813,          0.1
vert    -1.110223024625E-016,            0,          0.2
coor      8468,     -1,     -2,     -3,     -4
del          1
body    -1
Anonymous
Not applicable
EDDY wrote:
Hi Nile,...

Create your slab around your window or door
and set listing & labeling ID set is name : WallHole

Is my picture
Sorry my english

Thanks, this seems to have done the trick!
Anonymous
Not applicable
Nile,

Put the 'WALLHOLE' command on the same line as first parameters.

as in -
WALLHOLE              5,          0.1,
        0.4457228563283, 1.49683505719,     15,
etc...
Anonymous
Not applicable
Peter wrote:
Nile,

Put the 'WALLHOLE' command on the same line as first parameters.

as in -
WALLHOLE              5,          0.1,
        0.4457228563283, 1.49683505719,     15,
etc...
Ah now it works cheers!