2012-03-30 02:00 PM
nomCat = "" codeCat = "" nomZone = "" codeZone = "" nomCat2 = "" codeCat2 = "" nomZone2 = "" codeZone2 = "" n = request( "Zone_relations", "", nomCat, codeCat, nomZone, codeZone, nomCat2, codeCat2, nomZone2, codeZone2 )2D script :
HOTSPOT2 0, 0 text2 0, 0, codeCat+" / "+nomCat+" / "+codeZone+" / "+nomZone text2 0, 0.5, codeCat2+" / "+nomCat2+" / "+codeZone2+" / "+nomZone23D script :
DEFINE STYLE "aa" "New York", 100, 7, 0 SET STYLE "aa" TEXT 0.005, 0, codeCat+" / "+nomCat+" / "+codeZone+" / "+nomZone ADDY 0.2 TEXT 0.005, 0, codeCat2+" / "+nomCat2+" / "+codeZone2+" / "+nomZone2 ADDY 0.2If i use parameters, it's working in 3D but my object dont' update when i translate it between zone 😕
2012-04-03 02:15 AM
2012-04-03 06:04 PM
2012-04-04 02:05 PM
2012-04-05 02:19 PM
jymDeveloppement wrote:I think Karl is referring to the ArchiCAD Rebuild command (from the menu, context menu or keyboard shortcut) that rebuilds the 2D View (in plan) or model (in 3D View). This forces the GDL Scripts to run again.
what is the rebuild command ? I don't find it in the GDL Guide ...
2012-04-05 04:52 PM
2012-04-05 09:58 PM