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

Forum Posts

Autoscaling

I finally found out how to autoscale my 2D symbol objects. I add MUL2 GLOB_SCALE/96,GLOB_SCALE/96 to the 2D script (I drew original lines @ 1/8" scale so that's why I'm adding /96 to the script.). The problem I'm having is when the scale of the file ...

Anonymous by Not applicable
  • 1783 Views
  • 2 replies
  • 0 likes

lamps in slabs and walls

Hi everybody, I'm wondering if there's a way to script gdl lamps to cut holes when inserted in slabs and walls.

Anonymous by Not applicable
  • 2172 Views
  • 4 replies
  • 0 likes

SE9 GARAGE DOOR OPENING LINE

I can't seem to turn off the 2D opening line for the garage doors in the SE9 door settings (Floor plan symbol-ghost opening line) I can turn it off but the opening line is still on the floor plan. Am I missing something? Thanks, Jim

Anonymous by Not applicable
  • 2679 Views
  • 2 replies
  • 0 likes

Need Help Customize Dimension Marker for Windows and Doors

Is there a way you can pull specific data in from a window or door object to reflect change in a dimension marker. I have made a marker to type out the width and height easily. Is there a way to add text like "single" or "double" when the window or d...

Anonymous by Not applicable
  • 2575 Views
  • 4 replies
  • 0 likes

SE9 window masonry arch

Any way to get the masonry arch above the exterior molding on the double hungs. Arch is behind the brick molding, instead of above it. Am using newest SE library. Also, anyone have a brick they use for the arch that follows the arch. I have to use a ...

AC9 Library Sepcial Edition.pla Casement window problem

I believe I have found a glitch in one of the new library parts. The W1 Casement AwnU window under Wood Plastic Windows 9 of the new special edition AC9 library does not have the option for brick mortar like the other windows do for masonry arch. Als...

Anonymous by Not applicable
  • 2272 Views
  • 3 replies
  • 0 likes

Zone Cover Fill Selected By GDL?

I want to specify the cover fill for a Zone based on the floor finish, but there isn't a parameter listed for the cover fill. Is there any way to set the cover fill through GDL -- maybe through an undocumented variable name?

Anonymous by Not applicable
  • 1930 Views
  • 2 replies
  • 0 likes

Can't find GDL Object-Cabinet

OK, I was working over the weekend and ran accross this great GDL object that was like a wardrobe cabinet that if I remember correctly could be built in. It had adjustable height, doors, depth, toe kick etc. I opened up my plan file this morning plan...

Anonymous by Not applicable
  • 2652 Views
  • 2 replies
  • 0 likes

Zone Relations in Master Script

Can anyone tell me if they see a reason this code snippet would do nothing in the Master Script: zn = REQUEST("Zone_relations", "", cat_name, cat_code, room_name, room_number) PARAMETERS cat_name = cat_name PARAMETERS cat_code = cat_code It does not ...

TomWaltz by Participant
  • 3280 Views
  • 7 replies
  • 0 likes

Double door base cabinet

Has anyone noticed that when you change the width of the library kitchen base cabinet with the double doors, that the doors do not change equally? For example, if I change the base cabinet width to 36", one door may be 24" and the other may be 12" in...

Anonymous by Not applicable
  • 3605 Views
  • 3 replies
  • 0 likes

GDL text with fill

I am kind of new to GDL and have learned a fair amount so far but I have ran into a snag and have not been able to find any information on the issue that I have come across. I have a library part that I have made with three text fields but I need to ...

Anonymous by Not applicable
  • 4521 Views
  • 6 replies
  • 0 likes

A "Smart" roof label

I've searched this forum and can't find anything. I want to make/get a label object that can be used in the following manner: Click on a roof then click on the desired location for the label. The label needs to display the rise and run of the 'clicke...

Anonymous by Not applicable
  • 62305 Views
  • 82 replies
  • 0 likes

Let the code to modify some parameters

Hi all, how is it possible to modify the parameters from the code? For example: I have an integer parameter called "cmp_num_pann". Into the code I've: MATERIAL mat_pan PEN penna l_pann=0.978 num_pann=CEIL(A) !PRINT num_pann FOR k=1 TO num_pann PRISM_...

Anonymous by Not applicable
  • 2542 Views
  • 5 replies
  • 0 likes

MASS command

Hello, I am working with the MASS command and the manual says the "s" (status of edges) is "similar to the Prism_ statement". Similar but not identical in my experience. I have found that if you use the status value of -1 (an illegal value for the PR...

Anonymous by Not applicable
  • 3522 Views
  • 2 replies
  • 0 likes

Text Justification

I'm trying to have some multi-lined text be able to be justified (within the block - if that makes any sense), and I can't find the setting. If I use the anchor option from DEFINE STYLE name font_family, size, anchor, face_code I just get the... anch...

Anonymous by Not applicable
  • 1922 Views
  • 2 replies
  • 0 likes

Single Glass basin

Can anyone tell me which library the 3d object "Single Glass Basin" originates from as our object no longer works in 3d and we wish to download a fresh copy. Or can any one, send a copy the script of a working single glass basin

Anonymous by Not applicable
  • 1137 Views
  • 0 replies
  • 0 likes

keynotes and label tool

I have a simple keynote symbol object I use where the keynote number is the object ID, making it very easy to adjust from the info box. I then just use a polyline for the arrow. I am wondering if I can turn this into a label so that the leader line a...

Anonymous by Not applicable
  • 6356 Views
  • 6 replies
  • 0 likes

need help with hyperbolic roof!

Hi all! need some help, ive been asked to put together a design for a project that has a roof in the shape of a hyperbolic parabaroid. Im not a big user of Archicad and certainly not familiar with GDL scripting but it looks like I will need to learn ...

Anonymous by Not applicable
  • 10879 Views
  • 12 replies
  • 0 likes

Missing Translator- PLN to DXF

I am currently truing to save my ArchiCAD .pln file as a DXF file... I have done this before, but this time it is telling me that my translator is missing. How would I get this back is my question... I may be totally on the wrong track, but I looked ...

Anonymous by Not applicable
  • 2079 Views
  • 1 replies
  • 0 likes

New special library.

Is anyone else using the special library in AC that is now available? I'm using it, and noticed a couple of funky things that perhaps may have a reason that I'm not aware of.... 1. Doors no longer have a check mark for automatic adjust to wall thickn...

How to change variables type?

I need to change variable type but don't know how. for example , from a number to a string or from a string to a number? Then reason I need this because I need to script something like this if door_01=1 then a="abc01def" gosub 1100 endif if door_02=1...

Anonymous by Not applicable
  • 1578 Views
  • 2 replies
  • 0 likes

Textures in 3DS import

Has anyone ever successfully imported photo mapped textures/skins into GDL from 3DS original file, with correct mapping / orientation / origin / scale? I have a 3DS object consisting of a number of seated people sitting at cafe tables. Each person ha...

IF WIDO_ORIG_DIST<>0 THEN

I am having the precision problems thing in an old window with IF WIDO_ORIG_DIST<>0 THEN. Am I right in thinking that IF WIDO_ORIG_DIST THEN would do it for any positive and negative value? I am trying to figure out why somebody scripted <>0 in the f...

Ignacio by Advisor
  • 2686 Views
  • 3 replies
  • 0 likes

Stretchy 2D lines

I have drawn some lines using LINE2 in my 2D script and I need them to stretch with the size of A&B. I'm guessing I need to use MUL but I have yet to figure out how to use that command. Can anyone enlighten me?

Anonymous by Not applicable
  • 1597 Views
  • 2 replies
  • 0 likes

Default parameters for objects/windows/doors

Where can I set the default parameters so that every time I insert objects they all come in w/ the same section fill, 2d pen.....? Related question for Window builder ad on. Where can I set the default pen color of the marker text for instance. I do ...

Anonymous by Not applicable
  • 7049 Views
  • 6 replies
  • 0 likes

Import of 2d dwg causes gdl error

Hi, A customer of mine has a problem with a block in a dwg-file that when upon being imported (translator set to "translate autocad blocks" to library parts) creates a gdl object contatining a parameter named TEXT which is not allowed according the G...

Curtain Wall Curved Object

(attached photo) does anyone know why I'm getting this strange segment in the lower frame using this object? Note: when I Ctrl-Alt click to get these properties to another object whithin this family (such as Curtain Wall Inclined or Curtail Wall Stra...

Anonymous by Not applicable
  • 1762 Views
  • 0 replies
  • 0 likes

i get a layer error msg if try to place toilet90.gsm

i get the error msg 'Warning you may be placing the object on an incorrect layer please check your layer setting. Continue / Stop" i get this error msg with the toilet90.gsm cell i looked under the layer settings to change the layer to Furn & Equipme...

Anonymous by Not applicable
  • 2740 Views
  • 4 replies
  • 0 likes

Rotating or rolling an object that is not horizontal

I have an object that is a simple EXTRUDE cammand rotated so that it is in the X-Z plane. Now this object can have a pitch so one end is higher than the other. Let's say it is a barge board on a roof gable (which is exactly what the real object is). ...

Libraries

While backing up my files I noticed that I have several copies of ArchiCAD Library 9.pla in several different locations (backup.v1 folder,the ArchiCAD Library 9 folder, and the AC9_Lib_Template_mAC folder). Do I need all of these?

W Splayed Reveal - question or problem?

I have one question if someone can explain or help me. What is the meaning of the Empty opening (on/off) parameter in the W Splayed Reveal. Now the parameter only turn On or Off two lines in the floor plan. It will be very useful if these parameter w...

Anonymous by Not applicable
  • 1121 Views
  • 0 replies
  • 0 likes

Air Space fill in 2d script

I would like to know if there is an easy way or a line to write it after "PROJECT2 3, 270, 2" so i can have my 2d symbole with a air space fill 91 pen and 91 background so it could be opaque.

Anonymous by Not applicable
  • 1720 Views
  • 3 replies
  • 0 likes

Obtain zone information via GDL

Hi, Can anyone confirm if there is a way to query zone information from within a GDL script? I wish to be able to place a GDL object that will query the current project database for specific zone names and areas. This information need to be calculate...

Additional status codes for PLANE_

The GDL manuel provides additional status codes for the PLANE_ statement. Why do they not work for me? PLANE_ 3, 0, 0.2, 0.4, 1, 1, 0.0, 0.7, 1, 0, 0.7, 1.0, 1 addz -0.1 PLANE_ 4, 0, 0.2, 0.4, 1, 1, 0.0, 0.7, 1, 2, 0.0, 0.0, 301, 0, 0.7, 1.0, 1 The 2...

GDL toolbox Zoom gdl

I have been looking for a version of GDL toolbox in order to make some of my modelling a little more detailed for viz purposes. I have found many broken links to it on various web sites and only found a download vor the archicad 9 version. Does anyon...

Anonymous by Not applicable
  • 2970 Views
  • 2 replies
  • 0 likes

Panel Door

I have a local user who had an ArchiCAD object used in an earlier project called Panel Fold Door. He cannot find it in any of his old libraries! (Yes, I know that he should have saved an Archive but it is too late for that now). He can open the old p...

Anonymous by Not applicable
  • 2060 Views
  • 2 replies
  • 0 likes

how to get rid of library part materials?

Ok, my gut feeling is there is no solution to this problem, but I hope I am wrong. Lately I have collected numerous free library parts from the internet by developers all over the world who give them away, ( thank you all ). Many of these objects are...

rm by Expert
  • 7900 Views
  • 13 replies
  • 0 likes

Picture Preview for 2D Objects

Can anybody tell me the best way to create a Picture Preview of a 2D object? I've tried all sorts of ways -- cutting and pasting at different scales/sizes -- and it is very hit-or-miss, usually resulting in an image that is nearly illegible. ArchiCAD...

Occupancy load for means of egress zone?

I know I saw this long ago somewhere and can't remember where. I would guess it was a zone stamp as opposed to an ad-hoc stretchy object. I never scripted zone stamps so I thought I'd ask first and perhaps save myself the trouble!

Ignacio by Advisor
  • 1161 Views
  • 0 replies
  • 0 likes

Can auto Hotspot2 be disabled?

I have created a 2-D object with text anchored by moveable hotspots when I drag the text outside the A,B size it bounds the whole object and location of the text with auto hotspots I never had this problem with 8.0. Also. I have copied the script fro...

Anonymous by Not applicable
  • 2158 Views
  • 3 replies
  • 0 likes

Stacked Window?

Hi, What do the "Stacked Window" options for windows do?? I put two windows on top of each other and tried turning them on and off, but it didn't seem to do anything. I was hoping that it would affect the schedules so that if I had two windows stacke...

Anonymous by Not applicable
  • 4959 Views
  • 8 replies
  • 0 likes

Need Help on wall accessaries

extra->accessaries->wall accessaries->modelings and panels anybody knows how to change the default values in the Geometry column?

Anonymous by Not applicable
  • 4394 Views
  • 6 replies
  • 0 likes

Labels: how to show a roof angle in percentage?

I want to create a roof label that shows the angle of the roof on a percentage base. I assume that the GDL string expression only shows the value of the angle as a gradi, as in the following expression: [STR(ROOF_ANGLE xxx)]. What is the mathematical...

Anonymous by Not applicable
  • 2585 Views
  • 3 replies
  • 0 likes

Placing "zone-like" fills into objects

In placing zones on plans, and using the background colors, it got me thinking: Could a regular object (like a chair or a rectangle on a diagram) have a non-pen dependent color, set only by RBG values, like the Zone Fills do? I could not find anythin...

TomWaltz by Participant
  • 6140 Views
  • 9 replies
  • 0 likes

door panels help

I'm completely new to gdl and I'm sorry if this is discussed somewhere else... although I cant seem to find anything. Basically I was shocked to see the limited number of door panels available for the bifold doors in the AC9 library. I just need plai...

Anonymous by Not applicable
  • 6044 Views
  • 5 replies
  • 0 likes

hedge elements

aside from the one hedge element in the ac9 library, does anyone know where others online can be found?

Anonymous by Not applicable
  • 5176 Views
  • 4 replies
  • 0 likes

Use of real types can result in precision problems

I have tried to do some GDL editing and have encountered a script problem under the folowing message: "Use of real types can result in precision problems at line ..." What does this mean? I assume "real types" are normal numbers like 0, 1,2, 3, etc. ...

Anonymous by Not applicable
  • 17077 Views
  • 16 replies
  • 0 likes

How to REDUCE .pln file sizes for e-mail

I got your e-maill address of the ArchiCAD talk forum website. I am currently working for a company here on the Gold Coast, Q.L.D. & we are using ArchiCAD 8.1. I myself have only been using it for approx 4 months and have noticed that the .pln file s...

Anonymous by Not applicable
  • 6611 Views
  • 6 replies
  • 0 likes

WINDOW OPENINGS ON PLAN

Is there any way to show a window swing to the the outside in 2d plan view of the casement windows. I can open the window in 3D, but I do not see an option to show the window swing in 2d.

Sequential Automated Numbering

I want to add a script to the "Drawing Block Title-NCS" part that will increase the number by one each time I click to place the part. Any ideas? Thanks. Barry

Anonymous by Not applicable
  • 12829 Views
  • 16 replies
  • 0 likes

Placegroup

I'm just learning to use ArchiCAD and would really apprecaite any help... is there a way to make to different cuts into a solid geometry. I have a grouped prism and would like to make two seperate cuts into it. Somehow it's not working. I'm trying to...

Anonymous by Not applicable
  • 5085 Views
  • 8 replies
  • 0 likes

3D hotspots - something odd?

two parameters bm_wdth and Bm_dpth unid=1 ADDx a/2 ADDy bm_wdth hotspot 0,0,0,unid,bm_dpth,1+128:unid=unid+1 hotspot 0,0,-bm_dpth,unid,bm_dpth,2:unid=unid+1 hotspot 0,0,.1,unid,bm_dpth,3:unid=unid+1 DEL 1 ADDz -bm_dpth hotspot 0,0,0,unid,bm_wdth,1+12...

extra_accuracy_string in STR{2}

Can anyone explain how does the thing with STR{2}(format_string, numeric_expression [, exrta_accuracy_string]) work? What values for extra_accuracy_string are allowed? REQUEST("Linear_dimension" ... returns "%#*1.3m" as formatstring. OK. A star for a...

pelle/marvin

I really need pella anyone have them......I am not a big fan of andresen....but one must keep clients, especially when it comes to your wife..... http://www.gdlcentral.com/Utb_v53_forum/global_forum/frmmain_inlagg.asp?InlaggID=239

Anonymous by Not applicable
  • 5284 Views
  • 6 replies
  • 0 likes

Graphical hotspots, macros & arrays

After emailing with Frank Beister, he told me: "This is worse for a thread on the Talk" So, here is the thread. I never succeeded to use macros with graphical hotspots into a main object using arrays. Each time, i have to rewrite the complete list of...

Anonymous by Not applicable
  • 12778 Views
  • 14 replies
  • 0 likes

ArchiFM is dead

What are we going to do with now redundant internally defined parameters like FM_something? just thought after reading this: http://go.cadwire.net/?42045,1,211 related to: http://archicad-talk.graphisoft.com/viewtopic.php?t=7760 Do we need major over...

Rob by Graphisoft
  • 2153 Views
  • 1 replies
  • 0 likes

Bad shadows

Hi, i know other people out there must have asked this before but i cant find it in the previous messages. Can anyone tell me how you stop a tree taken from the archicad library from casting a rectanguar shadow when it renders, i.e the outline of the...

Anonymous by Not applicable
  • 2013 Views
  • 2 replies
  • 0 likes

Poorly written GDL Part Libraries

WARNING: THIS IS A RANT ABOUT GS AND OTHER VENDORS OF POORLY WRITTEN AND INCONSISTENT LIBRARY PARTS. So you may not want to waste your time reading this if you don't experience problems with library parts, in particular doors and windows. Doors and w...

rm by Expert
  • 29040 Views
  • 40 replies
  • 0 likes

":" in GDL Script

anyone can explain me what ":" in GDL scipt means(not for line#)? example: If st=1 Then style mtext3style : PEN AC_TextPen_3 : AC_TextSize_1=AC_TextSize_3 ELSE style mtext2style : PEN AC_TextPen_2 : AC_TextSize_1=AC_TextSize_2 EndIf or If glob_contex...

Anonymous by Not applicable
  • 3431 Views
  • 6 replies
  • 0 likes

Missing lines using a cutpoly

I am working on an object for our company and am using a cutpoly to cutout what I don't need. However, after the cut is done, I am missing lines as shown in the attached image. The larger image is the Right Elevation and the inset image is the plan v...

Anonymous by Not applicable
  • 3133 Views
  • 4 replies
  • 0 likes

GDL adpater for Autocad - Administrator rights

Can anyone tell me if the GDL adapter for Autocad V8 requires administrator rights to install it on a windows XP machine?? I am having to get in our ITsupport people becuase I cant download the exe. file( apparently these files can cantain spyware et...

Anonymous by Not applicable
  • 1243 Views
  • 0 replies
  • 0 likes

user break

Any one knows how to break script checking process manually? Maybe any shortcut? Sometimes, if I work with gosub function, not yet finished the script(without inserting "end","goto","breakpoint",etc at end), I push check script button and I'm sure th...

Anonymous by Not applicable
  • 2040 Views
  • 2 replies
  • 0 likes

Bar Joist Axis Line Disappears

I'm using the AC 9.0 SE library. When I place a Bar Joist into plan, the axis line disappears when I apply an angle to the joist. How can this be fixed without redrawing with the line tool or taking them back to 0 degrees?

XYZ Location object - some GVs dont work

An ArchiCAD reseller asked me for a simple 2D object that you could place in a storey or a plan and it shows its XYZ location. This takes just a few minutes if you relate it to the world origin. But theres more to this than just symb_pos_x etc, He wa...

GDL People

Does anyone know where I can find some really nice and various kinds of 3d people for archicad? Thanks.

Anonymous by Not applicable
  • 3009 Views
  • 3 replies
  • 0 likes

nth Root?

I've been digging around in the manual for this one, but cannot seem to find it: How do I get the nth root of a number, like the 3rd root of 64? (4) I know there is a SQR function for square roots, but I could not find a function for other powers.

TomWaltz by Participant
  • 2226 Views
  • 2 replies
  • 0 likes

Swining Bridge

Is it possible to script a tube/cylinder to be 30’ long and sag down in the mid 2’? What I’m using it for is a swinging bridge. Or is there a better way to achieve this?

Red by Enthusiast
  • 27441 Views
  • 21 replies
  • 0 likes

Can someone clearly explain this code?

Straight from the GDL Reference Guide in the ArchiCAD help files: CUTPOLYA 6, 1, 0, 1, 0.15, 5, 0.15, 0.15, 900, 0, 90, 4007, 0, 0.85, 5, 0.85, 0.85, 900, 0, 90, 4007 Can anyone clearly explain what is happening here? How many ACTUAL points are being...

Anonymous by Not applicable
  • 3191 Views
  • 4 replies
  • 0 likes

"swapping" booleans

I have two parameters that, if one is on, the other needs to be off, and if the other is on, the (other) other needs to be off. I want the 'turning on' of one to turn off the other and the likewise. So in my Master Script I use something like: IF tcx...

Anonymous by Not applicable
  • 4658 Views
  • 8 replies
  • 0 likes

Calculation of trasparency in shadow casting GDL command?

My question is: How can I influence the shadow casting of transparent surfaces in GDL billboard objects in case of using the Lightworks rendering engine? Are there any GDL commands for it? See problematic example below. Don't suggest me to cut around...

Anonymous by Not applicable
  • 4882 Views
  • 6 replies
  • 0 likes

PARENTHESES in GDL

In GS scripts for windows I have find following line: !------------------------------------------------------------------------------------------------------------------------------ dim stOpeningDir[] stOpeningDir[1] = `Inside` stOpeningDir[2] = `Out...

Anonymous by Not applicable
  • 2608 Views
  • 5 replies
  • 0 likes

Special Door: Fixed & Operable

I am looking for a Door with one fixed & one operable side. The Hinge is also in the Center of the opening. The Attached view is using (2) separate door to give me what I want. Is there a AC0 door object that can do this in one door object?

Special Door.JPG
Anonymous by Not applicable
  • 2374 Views
  • 9 replies
  • 1 likes

ok - I need help on this simple command

I beat my head against the wall for too long yesterday (read: all day) so now I present it to yall to make me see my simple error that I can't seem to find. I am running a for loop and when the for loop reaches a certain point, I want to change the v...

Anonymous by Not applicable
  • 3223 Views
  • 6 replies
  • 0 likes

Prism Arc

I am having trouble with using Prism and drawing an arc .... I have read that 900 sets the center point and 3000 end the arc.... If someone posted simple example with code i would appreciate it. Thanks

Anonymous by Not applicable
  • 2575 Views
  • 1 replies
  • 0 likes

SE Library and Error in Section Generation

Hi, I instaled the new SE Library, now when trying to generate any section or elevation I get the error Ploygon is degenarated @ line 277 of file wa_frame_us_10.gsm. Can anyone guid me on what object it maybe so I do not use it for now? When I load t...

Error at Section Generation.jpg
Anonymous by Not applicable
  • 3082 Views
  • 6 replies
  • 0 likes

Structural Glass Curtain Wall Anyone?

hello almight GDL programmers (I really need to find time to learn GDL myself...) I was wondering, after countless searches, if anyone out there has seen.. or feels upto the challenge(?) of creating, a structuralk glass curtain wall. In past projects...

Anonymous by Not applicable
  • 15142 Views
  • 7 replies
  • 0 likes

Library Part Does Not maintain values

I created a supre part for 2x framing. There are approximately 18 different values for a parameter I set up. The part respondds when the values are chosen but when ever I open a plan again the parts are not the size I left them as. I have tried placi...

Anonymous by Not applicable
  • 6902 Views
  • 7 replies
  • 0 likes

problem with "m_Rail Baulustrade" in Sect/Elev an

I am having an error message come up any time I try to view my design in section. It says "divide by zero at line 39 of file m_Rail Balustrade.gsm" "Library part was not converted properly (ST01)" If I delete the stair in my design I can look at the ...

Anonymous by Not applicable
  • 2839 Views
  • 2 replies
  • 0 likes

CTRL+SHIFT+O for MACROs

In AC_HELP I found nothing about very helpfull shortcut action CTRL+SHIFT+O, that works in GDL Scripting Dialog, when "MACRO_OBJECT_NAME" is selected. This action opens that MACRO_OBJECT. This is very helpfull, because so I didn't need to extruct *.P...

Anonymous by Not applicable
  • 1919 Views
  • 2 replies
  • 0 likes

"Normal" in GDL

In the Archicad Help dbx, under the TUBE definitition, there is a note that say, "Note: The path comprises two points more than the number of generated sections. The first and the last points determine the position in space of the first and the last ...

Anonymous by Not applicable
  • 4178 Views
  • 6 replies
  • 0 likes

OBJECTS LIKE THIS?????????

Where can I find objects like this online for download or purchase? I remember a seeing a website with some really nice renderings, but they also had tons of custom made furnishings for purchase on the site as well. I can't remember it anymore, does ...

scan0005small.jpg
Anonymous by Not applicable
  • 2993 Views
  • 5 replies
  • 0 likes

Custom Circular Rail

Hello, I have a very elaborate rail that I made using slabs and saved it as an object. I want it to follow a circular pattern. Is it possible for me to give the railing a radius? I'm not too familiar with GDL, but I will definitely be willing to give...

Anonymous by Not applicable
  • 8748 Views
  • 11 replies
  • 0 likes

SEO on objects made with different GDL commands

Hello, I have been consistently running into a problem (see image) that I have not heard mentioned. If an SEO is performed on certain objects by either another object or an Archicad tool element the new surface has no material and the cut edges are i...

SEO on four elements.jpg
Anonymous by Not applicable
  • 4062 Views
  • 3 replies
  • 0 likes

'Template', 'Placeable' checkboxes

I just went nuts for a few minutes reloading libraries until I realised that I was working on an object in which I had not checked (had unchecked?) the 'Placeable' checkbox at the top right. So now I know that if that is unchecked, it will not show w...

Ignacio by Advisor
  • 4436 Views
  • 6 replies
  • 0 likes

Cuting

I am having a little troble I am trying to make a cut but not all the way thru the object... I need to have 3" on each side cu_hood_length = 4' Rotz 90 Rotx 90 CUTPOLYA 10, 1, ( (-cu_hood_length/2) + 3") , 4.5", 0, 15, 2'10", 0, 15, 2'10", -1", 15, 3...

Anonymous by Not applicable
  • 1438 Views
  • 2 replies
  • 0 likes

Some help with trigo

I would apreciate some help for this trigonometrical problem. I am searching for H or ang, function of X and ray. I don't find a solution. Thanks to anyone for the highligth.

Anonymous by Not applicable
  • 7909 Views
  • 16 replies
  • 0 likes

Publisher to Section/Details

Is there a way to get a gsm from Publisher (web pages) into Section or Independent Detail in AC......I am experimenting with the Publisher

Anonymous by Not applicable
  • 999 Views
  • 0 replies
  • 0 likes

new ac 9 (us only) special edition library is posted!

the long awaited us library is here: http://tr.graphisoftus.com/ has anyone tried it out yet? i will wait, like directed, until i have a new project. btw, how would one work on pre-se projects, after it is installed, just not load it?

aahatimo by Newcomer
  • 31235 Views
  • 43 replies
  • 0 likes

Window Labels with Door & Window Builder

We have recently discovered that when generating elevations with shadows, window labels move position on some placed windows. Regenerating elevations without shadows shows labels back in their correct position. Could this be an issue with ArchiCAD or...

Anonymous by Not applicable
  • 1529 Views
  • 2 replies
  • 0 likes

Custom Options in the Info Box

Is this possible? Can I place my options for an object in the 'Info Box'? On a simple object, it seems that it should all be there instead of having to open the dialog box. Can this be done with the ui fields?

Anonymous by Not applicable
  • 1748 Views
  • 2 replies
  • 0 likes

Reinstating materials

I wonder if any of the GDL gurus out there can help me with this problem? In an object I am making I want the user to be able to set all the objects in an array to be either the same, or for the materials to alternate thus item 1 to be material 1, it...

Anonymous by Not applicable
  • 2303 Views
  • 2 replies
  • 0 likes

Array

I'm making a panel system that can have multiple heights per panel and any number of panels. So I was looking at the array tool in the parameters list. If the user wants x panels how do you set it up so only x height inputs come up in the array value...

Anonymous by Not applicable
  • 2010 Views
  • 1 replies
  • 0 likes

zone stamp context sensitive

I know, we have discussed that once anywhere, but maybe someone has a new idea: I want a zone stamp to react (print out more or less information) on the environment. I have to layer groups, showing both the same stamps. One should be with, the other ...

archicad library gone

Folks, Odd condition. I have installed 9.0 on a new machine (G5) but transfered preferences from another installation (G4 Powerbook). My custom library is showing up but not the Archicad Library, nor the wall/roof accessories. Library manager says th...

Anonymous by Not applicable
  • 1091 Views
  • 0 replies
  • 0 likes

Diamond Shape Window

I need to put in a diamond shape window. I know that this is a square window turned @ 45 degrees but I can't find a window that will let me do this. Please help.

Anonymous by Not applicable
  • 3119 Views
  • 2 replies
  • 0 likes

Tube

What is the easiest way to make tube ... I'm going nuts trying to figure it out. THis is what i have but i don't understand how everything works. TUBE 4, 5, 1+2+16+32, -1", -4", 0, 1", -4", 0, 1", 4", 0, -1", 4", 0, 0,0,0,0, 0, 0, 5, 0, 3, 0, 5, 0, 3...

Anonymous by Not applicable
  • 3139 Views
  • 5 replies
  • 0 likes

#2: Script Mistake in "GDL Reference Guide"

GDL Reference Guide > Expressions and Functions > Functions > String Functions Written: DEFINE STYLE "own" "Monaco", 180000 / A_, 0, 0 SET STYLE "own" string = "abcd" width = STW (string) / 1000 * A_ n = REQUEST ("Height_of_style", "own", height) hei...

Anonymous by Not applicable
  • 1390 Views
  • 1 replies
  • 0 likes

Text height

STW(textString)/1000*GLOB_SCALE will give me the length of the TEXT2 box, I discovered after a bit of pain (as opposed to the the length taken by the characters). Now in the vertical dimension, (setFontSize*25.4/72)*GLOB_SCALE/1000 will give me the h...

Ignacio by Advisor
  • 7163 Views
  • 12 replies
  • 0 likes

Edit Elevation value while Stretching

ok - despite reading and trying, I can't find an answer or figure it out. I have a sloped object - we'll say a rafter. When I stretch the object from the high side (at the ridge) towards the low side (the wall) it works fine. When I stretch the objec...

Anonymous by Not applicable
  • 2728 Views
  • 4 replies
  • 0 likes

Script Mistake in "GDL Reference Guide" Founded

Script Mistake in Example on GDL Reference Guide > Miscellaneous > Global Variables > Free users' globals Written: TEXT2 0, 0, "(" + STR (GLOB_WORLD_ORIGO_OFFSET_X + SYMB_POS_X, 9, 4) + "; " + STR (GLOB_WORLD_ORIGO_OFFSET_Y + SYMB_POS_Y, 9, 4)" )"TEX...

Anonymous by Not applicable
  • 1689 Views
  • 2 replies
  • 0 likes

TEMPLATE FILE

I am in the process of developing a template file for the office so that everyone starts a new project with the same settings. (file...new...template file). I would like some hints from those who have undertaken such an exercise. Vincent vincent@symb...

Anonymous by Not applicable
  • 1285 Views
  • 1 replies
  • 0 likes

Handrail part

I'm TRYING to create a heavy timber handrail. I've used counters and I understand the counter to a point. What I'm trying to setup is having a parameter for the number of post(s) (ranging from 4" thru 8" in diameter)in the handrail, and also each pos...

Red by Enthusiast
  • 1251 Views
  • 0 replies
  • 0 likes

'Unlocking' scripts in an object.

I have a particular object that I like to use that was developed by an employee at a company (for which the object was designed). All of the scripts are greyed out not allowing me to see them and adjust them. I contacted the author of the object and ...

Anonymous by Not applicable
  • 12553 Views
  • 21 replies
  • 0 likes

Interface Script

Hopefully this is possible. Once I’m completely finished with Interface it will probably be about 10 pages. So what I wondering is there a wait to setup the first page as a menu with buttons that would take you to each page. Also each page would need...

Red by Enthusiast
  • 15889 Views
  • 19 replies
  • 0 likes

Using text in a GDL object.

I have tried making objects with text. I have figured how to place it and make a certain point the placement point, but I cannot figure out how to get the text to have the right size and pen #. I am trying to make the object parimetric.... I am makin...

3d Grid

Does anyone know if there is parametric 3d grid object out there - ala Neil Denari?

Anonymous by Not applicable
  • 4805 Views
  • 8 replies
  • 0 likes

TEVE - command

Can anyone help me with the TEVE-command. How do I have to set the "u" and "v" - parameter. Is the origin of the texture related to the x/y/z of this vertex or to the local system?

niche library part

Can someone show me where is the niche library part?. It used to be on the windows library object on 7

Anonymous by Not applicable
  • 2462 Views
  • 3 replies
  • 0 likes

Rotat GDL in 3d with scripting

Hello 1. I have just started to make my own GDL objects, but i find it hard to rotate them in 3d. Does anyone have a tip how to do this? With scripting. 2. How do I cut the top of an object 45 degrees? For example i have a column which i made out of ...

Anonymous by Not applicable
  • 1847 Views
  • 2 replies
  • 0 likes

Custom Label for Cabinets in Elevation

I was messing around a bit with a label object for use in calling out cabinet dimensions in Interior Elevations. I think I've got something that works. Feel free to test it out and play a little (and maybe provide a few code improvements as well!)

TomWaltz by Participant
  • 2489 Views
  • 1 replies
  • 0 likes

New at GDL

I just started working in ArchiCAD 2 weeks ago. The office I work for is making the switch from AutoCAD to ArchiCAD. So I have started exploring GDL. I have managed to create a few objects so far. I wanted to post a cabinet I am creating to get some ...

Anonymous by Not applicable
  • 2279 Views
  • 4 replies
  • 0 likes

AccuRate energy rating

I have just been to an AccuRate energy rating seminar. This is likely to take over as the bases for all house energy rating in Australia. Much of the info it needs is already generated in Archicad. Maybe a skilled GDL writer could be persuaded to wri...

KeesW by Advocate
  • 1386 Views
  • 0 replies
  • 0 likes

What's up with Relational Operators

I have objects that ref. the parameters list for operation Why do I get the "Use of real types can result in precision problems" Example: if ptch="0/0" AND DISTCUT1>=0 AND DISTCUT2=0 then total_length=-A how do you work around this. It worked fine in...

Anonymous by Not applicable
  • 1487 Views
  • 1 replies
  • 0 likes

Run out of parameters - help, please

I have run out of available parameters. In an effort to get round this GDL limitation I have tried using a parameter as a simple array, with four possble values, thereby using one parameter instaed of four!! My problem is that these values are, ideal...

Anonymous by Not applicable
  • 2299 Views
  • 4 replies
  • 0 likes

GDL subtrat help

I use proflier to build that blue curve wall, and make slab GDL file to insert into the project. I tried to use that GDL to cut a hold on profiler wall. The problem is after I use "Edit Targets & object" to subtrat the proflier will disappear. Do I m...

Anonymous by Not applicable
  • 2869 Views
  • 4 replies
  • 0 likes

REQUEST ("ANCESTRY_INFO",...

Can anyone tell me in which circumstances / environment /context objects do contain ancestry informations? This can not mean the subtypes definition in the editing dialog, isn't it? Does this mean the connection between elements and labels/markers? I...

LIBRARY PART: CLOUD RECTANGULAR

There once was a time when the cloud was stretchy. What happened? I can't even change the parameters! What's up with that? Can you let me in on the secret?

Anonymous by Not applicable
  • 1709 Views
  • 2 replies
  • 0 likes

Referencing a detail id inside a detail cut

We have a object that defines the detail drawing area inside a detail cut and I want to have the object put text into the detail cut that references the unique detail cut reference ID. Is there a way I can do this?

Jeremiah by Newcomer
  • 6344 Views
  • 8 replies
  • 0 likes

Doors / Windows not showing on plan

When I insert doors and windows from the library (I'm using 8.1), they are invisible on plan, section, elevation, but they DO show up on the 3D views. How can I get them to display on my floorplan etc? Thank you!

Anonymous by Not applicable
  • 3430 Views
  • 2 replies
  • 0 likes

Locking entire scrpts

I have a few objects that have locked 2D and 3D scripts. their respective tabs are simply grayed out.. Can I somehow unlock and have a look inside those scripts??, or at least lock a few of mine?

Anonymous by Not applicable
  • 1925 Views
  • 2 replies
  • 0 likes

GDL Help Please

What I'm trying to do is multiple as many copies as I need of an 2D object (rect2 0,0,2',2' ) by an integer parameter. Could someone show me how I can do this. Also can each copy have a movable (SMART) hotspot in the middle allowing it to only move i...

Red by Enthusiast
  • 6423 Views
  • 9 replies
  • 0 likes

Library Loading

When I open an Autocad drawing (usually from a surveyor) none of the Archicad Libraies load. I go to the library manager and reload them but the walls, patterns, surfaces, etc. are not loaded. Any suggestions?

GDL Info Wish

Graphisoft needs to give us a clear explanation about the order that scripts are processed in, and which functions will be skipped under certain circumstances. I am having problems getting a LOCK function to actually trigger. It has been impossible t...

Anonymous by Not applicable
  • 1794 Views
  • 1 replies
  • 0 likes

Documentation: REQUEST ("ASSOCLP_PARVALUE",

I found something missing in the documentation of REQUEST ("ASSOCLP_PARVALUE",: flags = j1 + 2 * j2 + 8 * j4, + 64 * j7 + 128 * j8, where ji can be 0 or 1 j1 ( 1 ) : child j2 ( 2 ) : bold j4 ( 8 ) : unique parameter j7 ( 64 ) : disabled j8 ( 128 ) : ...

Modifying a GDL downspout

I need to modify the standard downspout object so that it has a shallower angle for the near-horizontal part. The standard object in the library has a pre-set angle of 45 degrees. I would like to make, download or even purchase one that has an adjust...

Anonymous by Not applicable
  • 1618 Views
  • 1 replies
  • 0 likes

It´s normal to have 776 materials on list?

I´m little confused. I have been working on AC8.1 on my last project, having already AC9.0, why? because, I don´t want to have the same mistake of the large list of materials. When i´m working on a new project, I usually exlpore all my library object...

Anonymous by Not applicable
  • 3257 Views
  • 7 replies
  • 0 likes

Why can't I change the X, Y dimensions of 2D Objects?

2D Object Question from a GDL Novice... When I create an object by copying AC elements (lines, arcs, fills) and pasting them into the 2D symbol window, I end up with a library part in which the x and y dimensions are variable based on what I enter in...

Anonymous by Not applicable
  • 2229 Views
  • 3 replies
  • 0 likes

Documentation on accessories?

I've been playing around with the Subtypes lately (there's a slab Opening?!?!?), and found the Accessories subtypes. Is there any documentation anywhere which explains what each ot the subtype values is actually receiving from Archicad's Accessory Ad...

TomWaltz by Participant
  • 1613 Views
  • 1 replies
  • 0 likes

Mac Stickies when writing GDL

You can now (err, probably since OS X) paste a picture into a Stickies note, find&replace text, keep URLs active. And of course, this being OS X, bring a single note to the front. You can make individual notes translucent, and/or make them stick to t...

Ignacio by Advisor
  • 3263 Views
  • 0 replies
  • 0 likes

LOCK Not Locking!

I have several LOCK functions in my Master Script that are meant to lock parameters depending on other values. I have at least 3 of them that won't lock the parameter. I've checked it from every angle -- spelling, punctuation, syntax, order of evalua...

Anonymous by Not applicable
  • 8855 Views
  • 16 replies
  • 0 likes

Scaling objects

Isn't there a way to scale an object to each stories scale? The problem is that the object was drawn on 1:1 and then saved as a object, but once it is placed on a 1/4" = 1'-0" then of course the text is right but the drawing is still 1:1. How can I c...

Red by Enthusiast
  • 7960 Views
  • 3 replies
  • 0 likes

Proud Coarse Window Object

Hi All, I'd like to create a window object that sticks to a wall but is actually a proud coarse of brickwork so it sticks out like a square sill. It needs however to run the entire length of the wall, (a bit like reveal maker that I've seen advertise...

Wokka by Contributor
  • 5045 Views
  • 8 replies
  • 0 likes

Graphical editing inside labels?

Before I chase this too far: Do the diamond "stretchy" hotspots work inside the Label Tool objects? I'm trying to make a label that can have parts of it altered graphically, and the Pet Pallette does not seem to show the traditional "stretchy" option...

TomWaltz by Participant
  • 4745 Views
  • 4 replies
  • 0 likes

Elliptical Helix

Elliptical Helix Hello, Has anyone successfully made a library part that draws an elliptical helix with an angle type parameter allowing any sweep angle or included angle of arc to be set by the user ? I have looked in Objects on Line and other place...

Anonymous by Not applicable
  • 1740 Views
  • 1 replies
  • 0 likes

Select A Value By Index

Is there any way to set a parameter's value by using an index? I want a default to be the second item in a value list because the first value is always `0`. VALUES Light_Frame_Qty `0`, `10`, `20` IF Selected = `-` THEN PARAMETERS Light_Frame_Qty = `0...

Anonymous by Not applicable
  • 1282 Views
  • 1 replies
  • 0 likes

creating a ship's ladder, stairmaker or not

I cannot seem to override the stairmaker parameters enough to build a steep ship's ladder. The ladder needs to be 11'-6.5" high, length not more than 26", 12 risers around 12". These parameters seem too uncomfortable for Stairmaker. If I cannot build...

Anonymous by Not applicable
  • 4234 Views
  • 2 replies
  • 0 likes

wall labelling: question for the experts

I am trying to script a 2D label object that starts at the first point of the active line of a wall. To overide the ArchiCADS default labelling position (auto labelling) I can return to the origin: add2 -1*( label_position[1][1]), -1*(label_position[...

Parameter Options

In the Parameters section of the GDL editor, each parameter has four buttons on the right. The X is for hiding, the Arrow is for hierarchy settings, the B is for Bold, but what is the U for? It's not Underline because I tried that. I couldn't find an...

Anonymous by Not applicable
  • 1917 Views
  • 3 replies
  • 0 likes

Test Parameter Values In Parameter Script?

In the Parameter Script of an object, I tried something similar to the following: VALUES `Door_Type_Code` `DHG`, `S&R`, `F`, `NL`, `HG`, `FNL` IF Door_Type_Code = `DHG` THEN VALUES `Door_Hardware_Code` `1`, `2`, `3` ELSE VALUES `Door_Hardware_Code` `...

Anonymous by Not applicable
  • 5246 Views
  • 11 replies
  • 0 likes

GDL Central plug-in not working with Safari

I can get the GDL Central plugin to work with Internet Explorer on the Mac in OSX, but I cannot get it to work with Safari, and it sort of works but crashes FireFox. Does the plugin by default set itself up during installation for Internet Explorer, ...

rm by Expert
  • 3178 Views
  • 5 replies
  • 0 likes

Is GDL language specific?

Others may be familiar with this website, but it has just come to my attention. www.archibase.net It has many good looking GDL objects for FREE! But whenever trying to download objects, instead of getting an object downloaded to the download manager,...

rm by Expert
  • 3440 Views
  • 7 replies
  • 0 likes

Oh God, I need the space curve path.

Now, how many of you have got frustrated when trying to create nice CURVED handrails ends with rectangular profile. Well, I have, for sure. We have at least 2 commands that should be able to handle this situation – SWEEP and TUBE, but they don’t. So,...

Rob by Graphisoft
  • 2267 Views
  • 2 replies
  • 0 likes

Code length, processing speed

Does it makes any (positive? negative?) difference strictly in terms of 2D redraw time to draw with LINE2 and say ARC2 as opposite to RECT2s and say POLY2s? Is processing speed, even if minimal, a factor to consider? Whenever I have the choice I favo...

Ignacio by Advisor
  • 2218 Views
  • 3 replies
  • 0 likes

GDL GardenWorks Errors

I just downloaded the GardenWorks Library from GDL Central. When I place a tree from the archibam folder, and go to the 3D window, i get the following error.... Can't find picture file: RIND_GREEN, called at line 92 of file Bush2_GWL.gsm. Can't find ...

Anonymous by Not applicable
  • 1519 Views
  • 1 replies
  • 0 likes

Entrace door with a stone sill

Does anybody know, why windows can have a stone sill, but doors doesn't? And does somebody know where i can find an entrance door with a stone sill? With kind reagrds Jo

Anonymous by Not applicable
  • 1345 Views
  • 0 replies
  • 0 likes

GDL help

Hi, sorry to be a pain but I really need to rotate a column in 3D but the way that I used to do it in AC 8 no longer works in AC 9. I've never used GDL before and don't really know where to start. I know how to open the object etc. I want to take a c...

Anonymous by Not applicable
  • 1795 Views
  • 2 replies
  • 0 likes

Library not loading

Hi I'm having real problems loading a library other than the default one. I have loaded it using Library Manager but it won't show when I go to place the object. Any ideas? Uisng Mac OS 10.3.4 and AC9 2018 INT FULL Really need to load this angled col...

Anonymous by Not applicable
  • 3540 Views
  • 7 replies
  • 0 likes

Missing Textures

I have managed to clear out all of my duplicate items without causing too much trouble. However, I have these two textures (see attachment) that I can't seem to find. The files don't exist on my computer. I managed to find 3 textures that were called...

Anonymous by Not applicable
  • 7139 Views
  • 7 replies
  • 0 likes

Practical Way to Create Office Std Library Tree Structure

Practical Way to Create Office Std Library Tree Structure. 1. Extract "Object Library 9.pla" to location where you want to organize your Office Standart Library. 2. To delete all file contant in Folders and Subfolders: open Command Promt window and u...

Anonymous by Not applicable
  • 3591 Views
  • 4 replies
  • 0 likes

Angular_length_dimension

Can anyone enlighten me, what format string will be returned by REQUEST("Angular_length_dimension" ... I can not find it in the (german-version) settings dialog.

ArchiCAD resources

here is the website that I found. It include lots free ArchiCAD libraries, and material. http://www.archiradar.com/eng/links.htm

Anonymous by Not applicable
  • 1537 Views
  • 2 replies
  • 0 likes

Dynamically Enter A & B parameters

Is there any way to enter the A,B, (and ZZYZX) parameters graphically when you insert the GDL object? In other words, can it work like a rectangle tool where you give an insertion point and then the opposite corner with a mouse click?

Anonymous by Not applicable
  • 7112 Views
  • 6 replies
  • 0 likes

Editing a Log Wall object?

Can I edit code on a Log Wall? When I go to my sections or elevations, I want to show coping that we use. Currently, I take my elevation/section and draw in a polyline then CTRL-U it up and edit/trim as needed. But I want the wall to know that when I...

Anonymous by Not applicable
  • 2050 Views
  • 2 replies
  • 0 likes

3D error when opening the window tool

Can somebody explain to me, why , when i left the window tool on a 3D symbol(shading or hidden line), and when i open the window tool i always get an error : Fill not found at line 210 of file WindowSillTrim.gsm. then when i push the stop button, go ...

Anonymous by Not applicable
  • 1775 Views
  • 1 replies
  • 0 likes

SPLIT, 'Unused function return value'

For setdim = "12 x 21 x 30", SPLIT (setdim, "%n %s %n %s %n", reswid, sep1, resdep, sep2, reshei) gives me an "Unused function return value at [Line of SPLIT]" warning when I do a Check Script. If I 'Continue' running the script I do get the values I...

Ignacio by Advisor
  • 2089 Views
  • 2 replies
  • 0 likes

Problem with "Picture" & "Carpet" V

Hi, I'm modelling a museum gallery by Archicad. I should insert lots of different pictures on the walls. But : I can't change the default image of the "Picture" that is found in the objects Library of the archicad 9. There is no option in its paramet...

Anonymous by Not applicable
  • 3445 Views
  • 3 replies
  • 0 likes

Free ArchiCAD-Talk Libraries

just a test if i can make an topic as Announcement although i as I know i must have admin privileges for that, Just as information this thread is for submitting custom made GDL objects that u don't mind sharing so plz post them!!:)

giza by Booster
  • 114060 Views
  • 67 replies
  • 0 likes

Script Length

I have created a couple of super window parts and the script that corresponds to the part is quite lengthy. I have put all the window sizes and grilles, colors etc. in the script. The script checks out OK but when I use the part it doesn't always wor...

Anonymous by Not applicable
  • 3597 Views
  • 7 replies
  • 0 likes

Perforated Metal Look

Hello, Does anyone know how I can emulate a perforated metal look on a wall. It's a dividing wall. I tried creating a wall and putting a bunch of little circular windows in it, but that was taking forever to generate in 3D. Any other approaches? Does...

Anonymous by Not applicable
  • 20986 Views
  • 16 replies
  • 0 likes

Radius 3D Text

Hello, Does anyone have an object they can share with me that will allow me to create 3D text following a radius (circular) path???? Thanks

Anonymous by Not applicable
  • 2970 Views
  • 4 replies
  • 0 likes

list of images

i searched the forum but didn't seem to find an answer... sorry if this has been dealt with elsewhere/ earlier i have a simple library part (similar to the picture library part).... and i would like to be able to have the object build a list of image...

Anonymous by Not applicable
  • 3526 Views
  • 6 replies
  • 0 likes

Free library files from ArchiCAD Talk

this is just proposal: it would be nice if there could be a thread in this forum where we can post our custom made OBJECTS (that we don't mind giving them for free of course to help others) , maybe i should have first ask administrators or moderators...

giza by Booster
  • 3584 Views
  • 5 replies
  • 0 likes

Zone stamp 2d script, Need Help Please, Thanks.

Hi, This my first attempt write GDL. I have tried to modify the Zone_Stamp_02.gsm to show the Occupant load Factor (set as integer) and an Occupant Load ((set as integer) of an area. In 2D script I am getting some sort of mismatch errors in two place...

Anonymous by Not applicable
  • 5045 Views
  • 7 replies
  • 0 likes

Help rotating a cillinder to 45 degrees

I´m trying to change de orientation on Y with a cillinderfor ejemple if Y is 90 to change to 45 how?, creating a new object on the parameters, but I don´t know what I´m doing wrong. I´m reading the book Object making with archicad of David Nicholson-...

Anonymous by Not applicable
  • 6885 Views
  • 13 replies
  • 0 likes

Weird Library Caching in Tiger

This sounds like an AC problem, but it doesn't happen in 2018 on Panther. It seems to happen only for libraries loaded from servers. If you use the Finder to open a library part that is in a currently loaded library, when you save the part you will b...

Help!! GDL Script

hi everyone i am trying to make an object, and i only need one small code or script part that i don't know how to do, i will post attached an example with smaller (simple) script. This object needs to have sort of multiply or addition option on two a...

giza by Booster
  • 2155 Views
  • 3 replies
  • 0 likes

note to self (and other interested parties)

when saving objects made with archiCAD from the 3D window, ensure that the sun and/or sky objects are not included in the marquee around the elements required for the object. two days of censored around trying to find where all that censored light is...

How to connect to a file using GDL

Hi all, with this, I would repost an old question... Fabrizio Diodati wrote me an answer some times ago, but now I've another similar problem and so, I'm here: The attached image explains my network resources: !-------- The following is a piece of co...

Anonymous by Not applicable
  • 2846 Views
  • 5 replies
  • 0 likes

Floor material error (Pergo)

Hello! I've tried to create a floor by using Pergo flooring (http://www.europe.pergo.com/Professional/Templates/Support/CAD_Archive/CT_CADArchive.asp), but something is wrong as you can see in the attached picture. I have placed identical parquet obj...

Untitled.jpg
Anonymous by Not applicable
  • 2584 Views
  • 2 replies
  • 0 likes

FPRISM_

Am I right in thinking that FPRISM_ (and therefore HPRISM_) have a limit to the angle of the hill? I note that this parameter for the angle of the hill must be equal to 0 or less than 90, but when I use an angle above approx. 80 degrees the hill 'slo...

Anonymous by Not applicable
  • 7365 Views
  • 8 replies
  • 0 likes

Corner Window--How to avoid passing parameters?

This concerns scripting corner window in gdl: Is it possible that parameters changes made to one of the corner window won't affect the other one associated with it? IF yes, how can one accomplish it?

LiHigh by Newcomer
  • 2276 Views
  • 2 replies
  • 0 likes

Curved Lattice

any one know if there is a .gsm part available for a curved lattice? I had to make this one the hard way with JackRafter2_1. I was not to hard but if there is a part for this it would be great. I had a lattice part but can't find it. I don't think it...

HELP! Easy one..

Hello All, Just starting to dabble into GDL.. not to bad, but if you guys could help me short cut one thing: 1. Here is a concrete frame I created with slabs 2. I saved as .GSM 3. added the ROTx 90 note to rotate into the vertical direction (see 3D) ...

Picture 2.png
Anonymous by Not applicable
  • 3170 Views
  • 4 replies
  • 0 likes

Easy Cabinet

Does anyone know who made the library part "Easy Cabinet"? It was created for AC7 using the AC7 library macros and doesn't work correctly in AC9. I have tried copying the required macro libraries to our office library and loading these also, but ther...

Anonymous by Not applicable
  • 1397 Views
  • 0 replies
  • 0 likes

Statue / figurine

Hello, Does anyone have a small statue modeled, kinda like what you would see in a fountain - something of a little boy. I couldn't begin to understand how to model this object. Please help if you can. Thank You.

Anonymous by Not applicable
  • 2011 Views
  • 1 replies
  • 0 likes

Truck 032 symbol - much to wide

The truck 02 in the Site symbols is 12'4" wide This is impossible Who is the ***** generating these symbols The way I read to change this would be a snap with Revit but not in AC because there is no width adjustment option, one needs to create a new ...

Anonymous by Not applicable
  • 5073 Views
  • 8 replies
  • 0 likes

Looking for a better Interior elevation marker object

I'm in desperate need of a better interior elevation symbol --one that has linking to PM via sheet and drawing number, but which (crucially) can be rotated without the text going sideways. Also, it needs to have the drawing # at one point. See the sk...

Chazz by Enthusiast
  • 17256 Views
  • 19 replies
  • 0 likes

3DS Imports and Materials

Hello, Once you've downloaded and converted a 3ds. file into an object file, is there anyway to make the object not one material. I downloaded some nice chairs from e-interior.net and they converted fine, only thing is, they're all one material. I wa...

Anonymous by Not applicable
  • 2511 Views
  • 4 replies
  • 0 likes

Help,free GDL objects???

Where can i find free GDL Objects for download??? Im working mostely with interior but free sites with all kind of objects are interesting. Please help. Do anyone know where i find design clasics like The Egg from Arne Jakobsen... You can make me wer...

Anonymous by Not applicable
  • 5540 Views
  • 5 replies
  • 0 likes

bitmap cutout people problem

With the advent of the OpenGL textures in the 3d window, I've been populating my projects with bitmap cutout people, like the ArchiDwight on page 2.155 of the GDL Cookbook. Most of these work great, but I've got one bitmap that simply refuses to sit ...

bitmap people .jpg

MSA Library Joist Hanger suggestion

I like the MSA Library Joist Hanger 2D objects but I cannot use them as they do not have a fill to obscure 3D objects. It would be a great improvement to these library parts to have a fill to them so that they could obscure objects that are supposed ...

msa JOIST HANGER.jpg
Anonymous by Not applicable
  • 2549 Views
  • 1 replies
  • 1 likes

Butt-Glazed Windows in Curved Wall

Anyone know how to make a frameless butt-glazed window in a curved wall. I can't find it in AC and don't know if it can be done or if an object needs to be created. Thanks, Grant

Anonymous by Not applicable
  • 3460 Views
  • 2 replies
  • 0 likes

BBQ Object??

Does anyone have a BBQ object they would like to share with me? You know, one of those in the back yard style grillers... Thanks

Anonymous by Not applicable
  • 4529 Views
  • 2 replies
  • 0 likes