cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Patrick M
Virtuoso

lattice/deck skirt?

does anyone have a lattice or deck skirt object that can be stretched to fit and maintain a pattern?

I'm trying to avoid using the curtain wall at all costs! 

Screenshot 2026-07-02 at 12.13.25 PM.png

 

Operating system used: Mac Apple Silicon

BIM solutions and trouble shooting (self proclaimed) expert. Using Archicad Version (all of them), on Mac OS (whatever is 1 version older than current)
1 Solution

Accepted Solutions
Rick Thompson
Advisor

I have an object from 25 years ago I use all the time.  It works fine as long as you are less than 8' high.  I don't know if I can attach it, so if it is not here PM me and I'll send it.

 

RickThompson_0-1783087448623.png

 

Rick Thompson
Mac Sonoma AC 26
http://www.thompsonplans.com
Mac M2 studio w/ display

Go to post

6 Replies 6
Barry Kelly
Moderator

I would use the chain link fence surface material and adapt it for a timber lattice.

New symbol fill if you want it exactly as your image and a new texture with alpha channel.

 

BarryKelly_0-1783040422828.png

Barry

One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Patrick M
Virtuoso

I thought about that; but didn't want to deal with the transparency in elevation issues... that, and it feels cheap enough to show a lattice on a $6m house, even worse if it's a flat surface...
...

maybe some day when I get a ton of free time, I'll work on scripting something for future use

BIM solutions and trouble shooting (self proclaimed) expert. Using Archicad Version (all of them), on Mac OS (whatever is 1 version older than current)
AllanP
Expert

do you want it to be an object or a window?

do you want it to be just a rectangle or polygon?

 

the old draw a slab as the outline of the lattice,

then make the lattice oversized,

 

2d Script

project2 2,270,3

3d Scrpt

group "main block"
	block a,b,zzyzx
endgroup
group "lattice"
	addx 0-zzyzx*tan(angle1)
	for j_loop = 0 to a+(zzyzx*tan(angle1)) step (slat1x+slat1space)
		roty angle1
			block slat1x,slat1y,zzyzx/(cos(angle1))
		del 1
		addx (slat1x+slat1space)/(cos(angle1))
	next j_loop
	del top
	addx 0-zzyzx*tan(angle2)
	addy slat1y
	for j_loop = 0 to (a+(zzyzx*tan(angle2)))*2 step (slat2x+slat2space)
		roty -angle2
			block slat2x,slat2y,zzyzx/(cos(angle2))
		del 1
		addx (slat2x+slat2space)/(cos(angle2))
	next j_loop
endgroup
placegroup ISECTGROUP("main block","lattice")

killgroup "lattice"
killgroup "main block"

 

parameters

AllanP_0-1783056499303.png

parameter script

b= slat1y+slat2y
parameters b=b

values "angle1" range[5,85]
values "angle2" range[5,85]

that should work

AllanP_1-1783056557387.png

 

I hope this helps

 

 

 

 

I have been using ArchiCAD continually since ArchiCAD 4.5
Member of Architalk since 2003, but missed the migration from Architalk to Graphisoft Communities. Melbourne, Australia
Rick Thompson
Advisor

I have an object from 25 years ago I use all the time.  It works fine as long as you are less than 8' high.  I don't know if I can attach it, so if it is not here PM me and I'll send it.

 

RickThompson_0-1783087448623.png

 

Rick Thompson
Mac Sonoma AC 26
http://www.thompsonplans.com
Mac M2 studio w/ display
Florin Luca
Enthusiast

Hi Allan,

I don't know about @Patrick M, but I loved it! Works great, except for 90 degrees angles. In other words, if the screen has horizontal and vertical slats. AC crashes if one value is to be set to 90. I suspect it is because of the tangent function in the 3D script. Any way of fixing this?

I could do 89.5 and it works. 85.99 degrees crashes! 🙂

Thank you,

AC25-29 Solo US (latest build) – macOS Tahoe 26.4 – iMac Intel i7 | MacBookPro M5
Patrick M
Virtuoso

I hadn't thought of a custom leaf/sash! great idea!

BIM solutions and trouble shooting (self proclaimed) expert. Using Archicad Version (all of them), on Mac OS (whatever is 1 version older than current)

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!