DE EN OpenLibraryGlobals.GSM

Informations / Information
Status of developing:
stable

Actual version:
0.47 - 15.1.2012

Language:
German, English

Licensing:
freeware

Environment:
ArchiCAD 13 Win XP (development/Entwicklung)
ArchiCAD 13 Win XP (test)

Target group:
Users, GDL developers

Author(s):
Frank Beister

Documents / Dokumente
 TitleModified DateSizeDescription Clicks
OpenLibraryGlobals.lcf1/15/201218.86 KBZIP-Archiv Bibliothekencontainer (beta)Download765
Wanddurchbruch.PDF6/1/2010807.40 KBDokumentation zur prinzipiellen Wirksamkeit der globalen Einstellungen. Vollständige Matrix.Download686
Allgemeinlicht 13 pro5/10/20106.18 KBModifiziertes Lichtobjekt. Original (c) GraphisoftDownload622
Wanddurchbruch 13 plus5/10/20108.41 KBModifizierte Version des Wanddurchbruchs 13. (c) GraphisoftDownload648

Description / Beschreibung

This object creates a new section in the model settings of a project. All values set and stored in each project view are available for objects, which are made to use these gloabl settings. The object offers in a well known user interface global settings for different object types.

 

The unmodified object can be bundled with an shipped with own GDL projects.



News + History
Breakthroughs - Sunday, January 15, 2012

Added a separate switch to turn on/off Text of breakthroughs. [Does not work with the modified GS-Breakthrough object yet.]

 

Update - Tuesday, November 09, 2010

Updated version 0.45. Fix in FT marker checkbox settings.

 

Door markers - Wednesday, July 07, 2010

Marker settings for door markers added. Preparation for customized door and window marker.

 

Documentaion of breaktrogh - Tuesday, June 01, 2010

Complete documentation of the modified opening in relation to the original GS object. All combination of projected and symbolic walls and openings in floor plan and elevation.

 

Version 0.42 austria text and wall breakthrough buttons - Sunday, May 09, 2010

Added some country specific text for austria. Added 2 parameters for showing wall breakthroughs and niches.

 

Version 0.40 - Tuesday, April 27, 2010

Added settings for list headers. Added some graphics.

 

Version 0.35 - Wednesday, April 21, 2010

Listen erweitert/sortiert. Parameter für Fenster, Fenstermarker + Leuchten eingefügt.

 

Release 0.31 - Wednesday, April 14, 2010

Übersetzung ins Englische und Vorbereitung der österreichischen und schweizerischen Version. Erzeugen einer Containerversion

 


To do + wishlist

 


Feedback+Review / Kommentar+Testbericht
Add new Entry

The Guestbook inherits 0 entries.


GDL für eigene Objekte / GDL for own objects

Choose the setting parameter you want to request and add the following lines to the GDL script of your object:

 


!##############################################
!### language

sts = LIBRARYGLOBAL("OpenLibraryGlobals", "ef_language", language)

IF sts>0 THEN
  TEXT2 0, 0, language
  ELSE
  PRINT "OpenLibraryGlobals settings are not available."
  ENDIF