Gergely Fehér

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 249 total)
  • Author
    Posts
  • in reply to: Migrating multiple objects forward into a single object #1716
    Gergely Fehér
    Keymaster

    Hi, please attach sample objects – both the “old” ones and the “new”. There are so many thing that can go wrong in a migration, that I simply can’t help you without the samples.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Numbered objects with an identifier number. #1705
    Gergely Fehér
    Keymaster

    No, placed objects don’t know anything about each others parameters. You’ll need to write an addon, if you would like to connect placed items.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Numbered objects with an identifier number. #1699
    Gergely Fehér
    Keymaster

    Hi,
    There is no solution in GDL for that: an object does not know anything about previously placed objects.
    I think you should use the ID instead, which makes this increasing for you automatically, and you can check the ID from your scripts and draw that from 2d script.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Where I get the idxSkin? #1695
    Gergely Fehér
    Keymaster

    idxSkin is the index of the skin to which you would like to get the volume. Unfortunately, this index is a bit tricky, it starts from 0 and must be smaller then WALL_SKINS_NUMBER. You can use the following code to get all skins volume and area from a composite wall:

    for i = 1 to WALL_SKINS_NUMBER
    	success = REQUEST ("COMPONENT_VOLUME", i-1, skinVolume)
    	component "volume " + WALL_SKINS_BMAT_NAMES[i][1], skinVolume, "m3"
    	success = REQUEST ("COMPONENT_PROJECTED_AREA", i-1, skinArea)
    	component "area " + WALL_SKINS_BMAT_NAMES[i][1], skinArea, "m2"
    next i

    I hope it helps.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Parse a string or call a macro? #1670
    Gergely Fehér
    Keymaster

    Maybe there is an easier solution if you add 2 more hidden parameters to your object, for example shortCode, longCode and then fill them in the paramscript by the user chosen type:

    values “type” “Crown A-01”, “Crown A-02”, “Crown A-03”
    if type = “Crown A-01” then parameters shortCode = “A-01”, longCode = “A-01 Crown”
    if type = “Crown A-02” then parameters shortCode = “A-02”, longCode = “A-02 Crown”
    if type = “Crown A-03” then parameters shortCode = “A-03”, longCode = “A-03 Crown”

    After you made this, your label could easily ask the values of shortCode and longCode, and you don’t need to split up strings.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Parse a string or call a macro? #1667
    Gergely Fehér
    Keymaster

    Hi James,
    In your moulding object, how do you select which macro to use? Is there a string parameter for that, and you added a “values” command and a value list in the parameter script?
    Anyway, I think I wouldn’t call the macros from a label…

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: HEY!!! #1620
    Gergely Fehér
    Keymaster

    I found something, so it seems that I could eliminate the ‘Reply to: ‘ tags from the RSS feed, but I’m not sure that it doesn’t affect any other functions here… Now we give it a try 🙂

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Display and editing features #1616
    Gergely Fehér
    Keymaster

    …and now, let’s go, and vote for the best answers! By the way you can rate the post of the Learning and Tips & Tricks sections with five stars… Please try that too.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Forum layout and colours #1608
    Gergely Fehér
    Keymaster

    Hi Roland,
    I’m afraid we won’t change the site’s design in the near future. Resolutions may be changed in a longer period – we’ve got this issue on our todo list. Profile access won’t solve the background problem as color overrides does not override anything except the admin pages in our system.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: XML Extension #1602
    Gergely Fehér
    Keymaster

    Thanks for the topic Kristian, I put it on the list. I’m afraid it will take a while before we can release a post about it, as we have limited resources.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: GDL Sublime #1580
    Gergely Fehér
    Keymaster

    Holger,

    Instead of simply pasting a link, please write a short description, to introduce the link, what is it and why do you think it is important for the others. Thanks,

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Comprehensive section on globals and requests #1570
    Gergely Fehér
    Keymaster

    Kristian, Shaun,

    Could you please describe a bit more details about what would you like to read in this new chapter? I think everything is written in the reference guide, so we only wanted to change the structure of the “miscellaneous” chapter, but if there is something really missing, then we should reconsider this.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: New categories and hierarchy in forum #1569
    Gergely Fehér
    Keymaster

    Thank you for your patience!

    The new structure is ready to use. In the future, new categories can be opened, if there is a need for them.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: HEY!!! #1526
    Gergely Fehér
    Keymaster

    Is it possible to eliminate this “Reply to:”?

    I put it on my list, but I can’t promise anything about that…

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: GDL tutorial videos; Online GDL Course #1511
    Gergely Fehér
    Keymaster

    Hi Eric,

    We can put your site to the GDL sites section. Please send a mail about your site to gdlcenter@graphisoft.com, give a short description about your site, and send us a logo. As we receive this request, we will handle it soon.

    Thanks,

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

Viewing 15 posts - 226 through 240 (of 249 total)