Where is the GDL Development kit used?
1. What is this for?2. By the way, this was only for the 23 version, but is it not available from the 24?
1. What is this for?2. By the way, this was only for the 23 version, but is it not available from the 24?
Is there a milestone list of the comming features in Archicad? So what they develop next? I'm asking because we're always discussing about starting new library-projects (for example windows & doors) and don't know, when Archicad is updating them? Som...
I script 2D gdl and use the POLY2_B{5} command and I can achieve most thing I wanted with it.However, for hotspots on the nodes I need to write additional lines with the hotspot2 command and duplicate coordinate information in the script what is not ...
section 3D view Please make fit to skin available in sect_fill as well.In Korea, internal insulation is widely used.So the front door needs to be insulated with cwall_ as shown in the cross section.However, there is no option to handle fit to skin li...
Studying GDLAfter solving the problem below, another problem arose.I want to turn off the orange dashed vertical lines in the section view. What should I do? Image is cross sectional and punched through a wallhole.However, a broken vertical line appe...
It's the same cross section.However, it is expressed differently. (It feels blocked by something.)And this happens even if status is set to 1.What's the matter? However, if you cut only the frame, it is normal as shown below. material "air"
wallhole 5, 1,-ac_wallhole_width/2, 0, 15,ac_wallhole_width/2, 0, 15,ac_wallhole_width/2, ac_wallhole_height, 15,-ac_wallhole_width/2, ac_wallhole_height, 15,-ac_wallhole_width/2, 0, -1 I only used the function above.However, the same door has a diff...
Hi everyone! I was wondering if there is a way to get current project name via python. I've looked up in documentation and, unfortunately for me, I didn't find anything. Thanks in advance!
dim WallskinThk[4] WALL_SKINS_NUMBER = 4 i use WallskinThk[4] Sometimes the error message doesn't come out, then it comes up again. Saving is possible, but it doesn't feel good.
Couldn't find "10:" in gosub 10 in cavityclosure. What is it? if bCompositeWall then for i=1 to WALL_SKINS_NUMBER idx = i: gosub 10 ! Get proper index cumRefThk = cumRefThk + WALL_SKINS_PARAMS[idx][SKIN_THICKNESS] skinCummThkRef[idx] = cumRefThk idx ...