Gergely Fehér

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 249 total)
  • Author
    Posts
  • in reply to: Calling interface macro #3612
    Gergely Fehér
    Keymaster

    If 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 SE

    in reply to: Stretch both ways #3611
    Gergely Fehér
    Keymaster

    Bruce,

    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 SE

    in reply to: coding for material takeoffs #3604
    Gergely Fehér
    Keymaster

    I 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 SE

    in reply to: Stretch both ways #3603
    Gergely Fehér
    Keymaster

    It’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 SE

    in reply to: Stop label mirroring on Hotlinked Module #3602
    Gergely Fehér
    Keymaster

    Andreas,

    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 SE

    in reply to: Understanding STR #3601
    Gergely Fehér
    Keymaster

    David,

    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 SE

    in reply to: coding for material takeoffs #3573
    Gergely Fehér
    Keymaster

    You 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 SE

    in reply to: Symmetry in GDL object #3567
    Gergely Fehér
    Keymaster

    In 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 SE

    in reply to: Uploading to BIM Components #3557
    Gergely Fehér
    Keymaster

    Nicola,

    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 SE

    in reply to: Find number of hinge door leafs. #3549
    Gergely Fehér
    Keymaster

    You 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 SE

    in reply to: zone like object? #3544
    Gergely Fehér
    Keymaster

    Placeable 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 SE

    in reply to: photometric IES file #3509
    Gergely Fehér
    Keymaster

    Dear 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 SE

    in reply to: Master_​gdl.gdl options #3508
    Gergely Fehér
    Keymaster

    Unfortunately no is the answer for both questions for surfaces defined in mastergdl.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Request global context in d/w #3500
    Gergely Fehér
    Keymaster

    Hi,

    GLOB_FEEDBACK_MODE helps to differentiate the editing context, when user is dragging a hotspot.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: append current value to the list with ui_​button #3499
    Gergely Fehér
    Keymaster

    Value 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

Viewing 15 posts - 46 through 60 (of 249 total)