Forum Replies Created
-
AuthorPosts
-
Gergely Fehér
KeymasterIf you call a macro from master for the 2D and 3D, you should put it in a condition: “if GLOB_SCRIPT_TYPE = 2 or GLOB_SCRIPT_TYPE = 3 then” – in this case, it won’t ruin your paramscript or interface script.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterBruce,
In situations like this, you should add a new parameter, as the half of the original, and create hs editing for this halfParam. In the paramscript you should link the Param and halfParam with GLOB_MODPAR_NAME.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterI think that’s not a GDL related problem… GDL elements can not “take all walls”… At least you need an addon for that, you can start here: https://archicadapi.graphisoft.com/
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterIt’s a security issue with the hosting service we use for the page. Sorry, but I can’t do anything with it – gsm files are forbidden with many big hosting companies…
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterAndreas,
Why? – It is simply not developed yet… We have a lot of requests each year, and until v21 we always had more important developments on the list.
When? – I’m not able to give you details about the upcoming versions on this forum, sorry. We know, that there is a wish for that, it is on the long list of wishes, but I can not promise anything.Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterDavid,
I could not reproduce the issue. Can you send us a pla in mail (gdlcenter@graphisoft.com), with the following information: AC main version, build number, localization, platform?
Thanks.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterYou can create listis with the “old” listing feature of ARCHICAD. You can calculate nearly anything for that with the property scripts: https://gdl.graphisoft.com/reference-guide/the-properties-script
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterIn most cases you can add an “if SYMB_MIRRORED then mul2 -1, 1” and “if SYMB_MIRRORED then mulx -1” line to the start of your 2D and 3D scripts, reverting the mirroring.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterNicola,
We checked your uploads, and seems that all your objects failed the automatic tests – normally you should receive a mail about that. We checked the mail logs too, and we saw that there were problems with mail sending in a few days period – but that seems to be fixed for now. Please try to upload your libs again, and if you have any problems again send us a mail with the problematic objects.
Sorry for the inconvenience.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterYou can check a listing parameter called “gs_list_doorleafwidths”. It contains the widths of the leafs as a string. I know it is not the best solution, but you can try as a workaround…
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterPlaceable objects don’t know anything about other objects – there is no possibility to link them to each other. Maybe an addon can be created to help your workflow…
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterDear Nicola,
You can read the IES files as simple text files if you need the geometry from them, and visualize that with lines or polygons in the 3d script. When we created our own library parts we’ve found that the inner structure of the available and downloadable IES files are quite different, so we did not implement it – and I’m sure we won’t do it in the near future.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterUnfortunately no is the answer for both questions for surfaces defined in mastergdl.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterHi,
GLOB_FEEDBACK_MODE helps to differentiate the editing context, when user is dragging a hotspot.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SEGergely Fehér
KeymasterValue of GLOB_MODPAR_NAME should not be stored in a parameter… It is not a core data of an object.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SE -
AuthorPosts