Quantcast
Channel: ArchiCAD-Talk - Libraries / Library Parts / GDL
Viewing all 3838 articles
Browse latest View live

Text Frame in GDL

$
0
0
Author:Bucks2bears
Posted: Thu Oct 27, 2016 4:43 pm (GMT+1)


Is it possible to add text frame to your text within GDL scripting?

Text Frame in GDL

$
0
0
Author:Barry Kelly
Posted: Fri Oct 28, 2016 3:15 am (GMT+1)


Not as a simple option in the text.
But you can request the height of your text style …
Code:
REQUEST ("Height_of_style", name, height [, descent, leading])
… and then the width of the text string…
Code:
STW string_expression)/1000*GLOB_SCALE
… and then place a rectangle or fill that is the correct size and location.

Or if you are using the textblock command you can request the size of the textblock …
Code:
rrr = REQUEST ("TEXTBLOCK_INFO",textblock_name, width, height)

_________________
Versions 6.5 to 20
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision M6800 - i7 4700MQ @ 2.40GHz, 16GB RAM, AMD FirePro M6100 (2GB), Windows 7 64bit

Non-symmetrical sliding glass windows?

$
0
0
Author:Brett Davis
Posted: Fri Oct 28, 2016 10:07 pm (GMT+1)


Is there a way to modify the standard sliding glass windows to not be symmetrical? I´ d like to do an 8´ wide window with a 5´ wide fixed glass section and a 3´ wide sliding section. I don´ t see it in the standard sliding window object, and all the " Feature" windows are awning style, which confuses our window vendor. What do you recommend here?

I´ d like to avoid making a custom object. Thanks!
_________________
Brett Davis

missing doors

$
0
0
Author:kinan mohammed
Posted: Fri Oct 28, 2016 10:54 pm (GMT+1)


hi-
when i opened a 19AC project in archicad 20 all doors are missing -i tried both migration choices but the same problem...any idea???
_________________
windows 8.1/intel core i7/16G ram/nvidia-get force-GTX 2G
archicad 20/64 bit

missing doors

$
0
0
Author:David Maudlin
Posted: Sat Oct 29, 2016 1:35 pm (GMT+1)


kinan mohammed:

Does the Library Loading Report show missing library parts? If so, then try loading the same libraries that where used with the AC19 file. If not, then two possibilities are Renovation Filters or Model View Options (MVO > Options for Construction Elements > Door Options). Are the doors missing in 2D, 3D or both?

David
_________________
David Maudlin / Architect
www.davidmaudlin.com
Digital Architecture
AC20 USA+MEP • iMac 27" 4.0GHz Quad-core i7 | 24 gb ram • MacBook Pro 2.5GHz | 16 gb ram • OSX10.10.5

missing doors

$
0
0
Author:kinan mohammed
Posted: Sat Oct 29, 2016 8:52 pm (GMT+1)


yes there is missing library parts....but isn't migration library would solve this issue as before? why i have to add Ac19 file library?????
_________________
windows 8.1/intel core i7/16G ram/nvidia-get force-GTX 2G
archicad 20/64 bit

missing doors

$
0
0
Author:David Maudlin
Posted: Sun Oct 30, 2016 1:58 pm (GMT+1)


kinan mohammed:

If you post screen shots of the Library Loading Report (showing the missing library parts) and the Library Manager (showing the loaded libraries), someone may be able to tell where the problem is. It may take two posts to post two images (one image per post limit).

David
_________________
David Maudlin / Architect
www.davidmaudlin.com
Digital Architecture
AC20 USA+MEP • iMac 27" 4.0GHz Quad-core i7 | 24 gb ram • MacBook Pro 2.5GHz | 16 gb ram • OSX10.10.5

missing doors

$
0
0
Author:ejrolon
Posted: Sun Oct 30, 2016 4:26 pm (GMT+1)


Take in consideration if the project was started in a specific localized AC version and then you open it in another (or upgrade to another) then Migration assistant might not be able to upgrade them. For example if I have a project started in AC19-US and then open it in AC20-INT then I'll get missing items.
_________________
eduardo roló n AIA
MBPr 2.6 i7 16GB ram, MacPro dual quad 2.8 18GB ram
OS X 10.XX latest
AC20US -> AC08


missing doors

$
0
0
Author:kinan mohammed
Posted: Sun Oct 30, 2016 9:09 pm (GMT+1)


ejrolon
both version is INT AC
David
Here's the Library Loading Report
_________________
windows 8.1/intel core i7/16G ram/nvidia-get force-GTX 2G
archicad 20/64 bit

Non-symmetrical sliding glass windows?

$
0
0
Author:Barry Kelly
Posted: Mon Oct 31, 2016 2:19 am (GMT+1)


I've moved this post to a more appropriate section of the forum.

If the standard object you are using does not have an option to adjust the sash sizes (sorry I don't use the standard Graphisoft objects so can't say if they do or not) then you may need to look for a third party object.

Barry.
_________________
Versions 6.5 to 20
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision M6800 - i7 4700MQ @ 2.40GHz, 16GB RAM, AMD FirePro M6100 (2GB), Windows 7 64bit

missing doors

$
0
0
Author:Barry Kelly
Posted: Mon Oct 31, 2016 2:34 am (GMT+1)


OK we can see you missing library parts and also that you have duplicated library parts.
Can you please show a screen shot of the loaded libraries as well?

Barry.
_________________
Versions 6.5 to 20
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision M6800 - i7 4700MQ @ 2.40GHz, 16GB RAM, AMD FirePro M6100 (2GB), Windows 7 64bit

Library Object not visible in 3D view in different Project

$
0
0
Author:dm4026
Posted: Mon Oct 31, 2016 10:51 am (GMT+1)


Hello everyone

I'm using ArchiCAD 20 Testversion and I am building a part out of a wall and my own GDL cylinder for pipes.
However, when i save the object into a folder so that it is not only in the embedded library, then it is not visible in the 3D view when i try to open the part in a different archicad project...
BUT in the 2D floorplan it is visible...

What do I do wrong? Is it because of the Testversion?

Thank you for your Help

Matthias
_________________
Matthias, ArchiCAD 20 Testversion, Windows 7

Library Object not visible in 3D view in different Project

$
0
0
Author:Piotr Dobrowolski
Posted: Mon Oct 31, 2016 12:27 pm (GMT+1)


Have You loaded Your folder as an external library?
Otherwise the files You saved there will not be visible in the library.

Best Regards,
Piotr

High speed roll up door (HSRD) with custom panel

$
0
0
Author:tlodge
Posted: Mon Oct 31, 2016 12:34 pm (GMT+1)


Erwin

I see your point and generally I use whatever object best suits but we have several new users on the project (who despite intense training have difficulty with simple drawing skills) so we 're after a single object that does require patching. hence asking about making the HSRD have custom panels.
_________________
ArchiCAD 19 UKI 64-bit,
Windows 7 64-bit, 16GB RAM, Intel Core i-7-2600K CPU @3.4GHz, NVIDIA Quadro 600 (256MB)

Library Object not visible in 3D view in different Project

$
0
0
Author:David Maudlin
Posted: Mon Oct 31, 2016 1:17 pm (GMT+1)


Matthias:

If the object is visible in 2d, but not 3D, it could be due to Layer assignment or Renovation Status assignment. Check that these are the same in the 2D and 3D windows.

David
_________________
David Maudlin / Architect
www.davidmaudlin.com
Digital Architecture
AC20 USA+MEP • iMac 27" 4.0GHz Quad-core i7 | 24 gb ram • MacBook Pro 2.5GHz | 16 gb ram • OSX10.10.5


High speed roll up door (HSRD) with custom panel

$
0
0
Author:Erwin Edel
Posted: Mon Oct 31, 2016 1:53 pm (GMT+1)


Actually I've just checked and the standard overhead door object allows custom doorpanels to be used.

So it should just be a matter of drawing up the desired look of the panel with (for example) some slabs and saving them as a doorpanel in your project library.

Unless it absolutely has to be the highspeed roll up door object?
_________________
Erwin Edel, Project Lead, Leloup Architecten
www.leloup.nl

ArchiCAD 9-20 NED FULL
BIMx
Windows 7 Professional SP1 64-bit / OS X El Capitan
Adobe Design Premium CS4

missing doors

$
0
0
Author:kinan mohammed
Posted: Mon Oct 31, 2016 8:18 pm (GMT+1)


loaded libraries
_________________
windows 8.1/intel core i7/16G ram/nvidia-get force-GTX 2G
archicad 20/64 bit

missing doors

$
0
0
Author:Barry Kelly
Posted: Tue Nov 01, 2016 2:43 am (GMT+1)


I can't quite see from your image but I assume the migration library that is loaded is the 19 migration library?

Do the doors have anything to do with the missing ASU library (I am not familiar with this one).
If the door come from there than that is why they are missing.

Or you could try as David suggested.
Delete the 20 library and the migration library and load just the 19 library.
If that works then there is a problem with the migration library.
If it doesn't work then I would guess the doors are in the ASU library.

Barry.
_________________
Versions 6.5 to 20
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision M6800 - i7 4700MQ @ 2.40GHz, 16GB RAM, AMD FirePro M6100 (2GB), Windows 7 64bit

PsynInfinityWindow FREE

$
0
0
Author:SenecaDesignLLC
Posted: Tue Nov 01, 2016 2:44 am (GMT+1)


I added tons of shapes!!!


Link:
https://goo.gl/0FhqMK
_________________
AC 20, msi gt72 w/ nvidia gtx 970m, intel i7 5700HQ. 32 gigs Gskill ripjaw 1600, sandisk extreme pro ssd

!!PsynInfinityStairFree!!

$
0
0
Author:SenecaDesignLLC
Posted: Tue Nov 01, 2016 2:45 am (GMT+1)


Free full version for all!!

https://goo.gl/RQLQjq
_________________
AC 20, msi gt72 w/ nvidia gtx 970m, intel i7 5700HQ. 32 gigs Gskill ripjaw 1600, sandisk extreme pro ssd

Viewing all 3838 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>