cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
2024 Technology Preview Program

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

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

wallniche

rozky
Contributor
Hi,
can someone help with this please?

PUT -A/2,yy1+rr1,1,
A/2,yy1+rr1,1

FOR angle=alfa TO 180-alfa+EPS STEP delta
y=(yy1+rr1)*sin(angle)
x=(yy1+rr1)*cos(angle)
PUT x,y,1
NEXT angle

PUT -A/2+(A/2+e1),yy1+rr1,-e2,
A/2-(A/2+e1),yy1+rr1,-e2

FOR angle2=alfa2 TO 180-alfa2+EPS STEP delta2
y=(yy1+rr1-(A/2+e1))*sin(angle2)
x=(yy1+rr1-(A/2+e1))*cos(angle2)
PUT x,y,-e2
NEXT angle2

pen WALL_SECT_PEN
MATERIAL WALL_MAT_A
addz -0.1
addy B-(yy1+rr1)
RULED NSP/6,1+2+4+16+32,
USE(NSP)

DEL 2


addz -WIDO_SILL - WIDO_REVEAL_SIDE*(WALL_THICKNESS - 2*WIDO_SILL)

rotx -90
wallniche 6, 1, 1,
0, 0, 1, B,
A/2, 1, 1+2+16,
A/2, 0, 1+2+16,
-e1, e2, 1+2+16,
e1, e2, 1+2+16,
-A/2, 0, 1+2+16,
-A/2, 1, 1+2+16
DEL 2

NICHE.jpg
Ryzen Threadripper 1950X - 64GB RAM; NVidia GTX 1080Ti ; Windows 10 64bit; AC10-AC23 (64bit)
15 REPLIES 15
rozky
Contributor
file
Ryzen Threadripper 1950X - 64GB RAM; NVidia GTX 1080Ti ; Windows 10 64bit; AC10-AC23 (64bit)
I accomplished what you are after using three tubes, and two cutforms. see the video.

https://youtu.be/Maz0f3XEDHE

the tube has to be cut on the edge in order to have the corners line up. not sure why the tube doesnt accomplish this on its own ( you would think it would ) but thanks for asking about all of this i figured out a bunch of stuff for my windows.
rozky
Contributor
The video is not available.
Ryzen Threadripper 1950X - 64GB RAM; NVidia GTX 1080Ti ; Windows 10 64bit; AC10-AC23 (64bit)
rozky wrote:
The video is not available.
sorry it should work now
rozky
Contributor
very nice! GDL coding is really fun I wish I had more time.
Ryzen Threadripper 1950X - 64GB RAM; NVidia GTX 1080Ti ; Windows 10 64bit; AC10-AC23 (64bit)
rozky wrote:
very nice! GDL coding is really fun I wish I had more time.
I fully agree. I started making time for gdl.