Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Dutch Door

Anonymous
Not applicable
Does anyone have a dutch door they would be willing to share- or know where I could get that library part?
5 REPLIES 5
Rakela Raul
Participant
Ok, I found my old dutch door. This was the first door I actually built and it is pretty simple. I did not do any idiot-proofing, so I can't guarantee it will work properly. But it did what I needed it to do when I built it.

Feel free to contact me if you are still interested.
_________________
- sirduncan
MACBKPro /32GiG / 240SSD
AC V6 to V18 - RVT V11 to V16
dmwalker
Participant
Did you ever find a workable dutch door? I'm currently in search of one.
AC 12 US; Macbook pro
Anonymous
Not applicable
If you can't find one you could create a custom door panel with a split in the middle. Just model it with slabs as if it is laying down on the floor, select all the model elements and go to File> Libraries and Objects> Save Selection As> Door Leaf. Then within you door settings select a Custom door leaf and put in your panel name.

You won't be able to open half of it at a time but it should do for schedules and elevations.
Dontknow
Enthusiast
Even I can't find a dutch door in my dutch library
Architectural construction designer, draftsman, modeller
ArchiCAD 25.
Erwin Edel
Rockstar
addx a/2
c=zzyzx
ddd=c
ond=1.3
roehor=2
roever=2
glaslat=0.015
n1=a/0.200
n2=ROUND_INT(n1)
deel=a/n2
links=deel
rechts=deel
bov=deel
mid=ond+deel



ROTX 90
ROTY 180
addx -a/2



for herh=0 to n2-1
extrude 5,0,0,ond,1+2+4+16+32,
	0, 0, 0,
	0, c, 0,
	deel, c, 0,
	deel, 0, 0,
	0, 0, -1
addx deel
next herh

del n2


addz ond
extrude 5,0,0,b-ond,1+2+4+16+32,
	0, 0, 0,
	0, c, 0,
	deel, c, 0,
	deel, 0, 0,
	0, 0, -1
addx deel*(n2-1)
extrude 5,0,0,b-ond,1+2+4+16+32,
	0, 0, 0,
	0, c, 0,
	deel, c, 0,
	deel, 0, 0,
	0, 0, -1
roty 270
extrude 5,0,0,deel*(n2-2),1+2+4+16+32,
	0, 0, 0,
	0, c, 0,
	deel, c, 0,
	deel, 0, 0,
	0, 0, -1
addx b-ond-deel
extrude 5,0,0,deel*(n2-2),1+2+4+16+32,
	0, 0, 0,
	0, c, 0,
	deel, c, 0,
	deel, 0, 0,
	0, 0, -1

del 7


addz -0.005

kx = -a/2+links+glaslat
ky = mid+glaslat

dx = (a-(rechts+glaslat+links+glaslat)-glaslat*(roehor-1)) / roehor
dy = (b-(bov+glaslat)-(mid+glaslat)-glaslat*(roever-1)) / roever


for iy = 1 to roever step 1

	for ix = 1 to roehor step 1

		put kx, ky, 15,
			kx+dx, ky, 15,
			kx+dx, ky+dy, 15,
			kx, ky+dy, 15,
			kx, ky, -1

		kx = kx+dx+glaslat

	next ix

	kx = -a/2+links+glaslat

	ky = ky+dy+glaslat

next iy

prism_ 5+nsp/3, ddd+0.01,
	-a/2+links, mid, 15,
	 a/2-rechts, mid, 15,
	 a/2-rechts, b-bov, 15,
	-a/2+links, b-bov, 15,
	-a/2+links, mid, -1,

	use (nsp)

del 1
material mat1
addz ddd/2-0.007

for ii = 1 to roever*roehor step 1

	prism_ 5, 0.007,
		get (15)

next ii
del 1

body -1
It's an older script, but it should be a stretchable door.
door.jpg
Erwin Edel, Project Lead, Leloup Architecten
www.leloup.nl

ArchiCAD 9-26NED FULL
Windows 10 Pro
Adobe Design Premium CS5