Gergely Fehér

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 249 total)
  • Author
    Posts
  • in reply to: Ignore WALLHOLE command #3235
    Gergely Fehér
    Keymaster

    Joachim,

    As I know, if you use any wallhole2 command in your openings’ script, it will turn off the automatic cut by ARCHICAD. In this situation you’ll need to take care of the simple cutting too.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Graphical Hotspots in Macro #3228
    Gergely Fehér
    Keymaster

    You’ll need a lot of parameters, or arrays 🙂

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Graphical Hotspots in Macro #3226
    Gergely Fehér
    Keymaster

    Now it is clear: the caller object must have all the parameters you want to edit.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Graphical Hotspots in Macro #3220
    Gergely Fehér
    Keymaster

    It’s a bit strange. Can you attach a test object pair, and tell me which main version/build you are using?

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Parmameter handover #3216
    Gergely Fehér
    Keymaster

    Sorry, I simply don’t understand what do you want. With this request you can get the property’s name, group and type – in 2d script or UI. You should not store or export this to anywhere, as it becomes outdated at the moment you store it…

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Parmameter handover #3214
    Gergely Fehér
    Keymaster

    “Property_Name” request is designed for labels: it works in UI and 2d scripts.
    Searching in an array:
    myValueIdx = 0
    for ii = 1 to vardim1(myArray)
    if myArray[ii] = “mySearchValue” then
    myValueIdx = ii
    ii = vardim1(myArray) !break
    endif
    next ii

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: slanted (reveal) opening #3213
    Gergely Fehér
    Keymaster

    This is not a small change – a new reveal type affects nearly everything in an opening: you need to take care of the sill, board, casing, cavity closure and sunshading elements. Besides these you need to modify the frame, to follow the wallhole, and it can modify the calculation of nominal sizes too. So it is a few days of work at least.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: slanted (reveal) opening #3203
    Gergely Fehér
    Keymaster

    By the way, you can create slanted reveals with the wallniche and wallhole commands, but it needs GDL knowledge. Openings in ARCHICAD Library uses the common WallHoleCut macro for this purpose.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: slanted (reveal) opening #3202
    Gergely Fehér
    Keymaster

    Please do not put your post to many different topic. I’ve deleted it from the others…

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: DEFINE TEXTURE does not work in AC 20 #3184
    Gergely Fehér
    Keymaster

    Please never use undocumented bits… As they are not part of the “official” package, we can change them at any time, and then your objects will change.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Quantity withdrawal #3180
    Gergely Fehér
    Keymaster

    If you want to schedule the total surface areas, then it should be done “outside GDL” – with the scheduling function of ARCHICAD. If you would like to use the old listing – use the property scripts.
    Please always describe the goals with as much details as possible – without that we can’t help…

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: NURBS code examples #3174
    Gergely Fehér
    Keymaster

    Please read the documentation, it is written there: “The NURBSCURVE2D, NURBSCURVE3D and NURBSSURFACE statements create only geometrical elements in the NURBS body which will not be visible themselves

    https://gdl.graphisoft.com/reference-guide/nurbs-primitive-elements

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: File missing error #3169
    Gergely Fehér
    Keymaster

    You should not try to read a non-existing file… In this situation you’ll always get a message that the file does not exist.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Beam/Column universal object #3159
    Gergely Fehér
    Keymaster

    It is possible to create objects like this, but it is quite dangerous: as there are many methods in ARCHICAD which uses the insertion point and the objects A-B-ZZYZX dimensions as a bounding box, these object will fail. For example: marquee and limited sections won’t show these objects normally, if the insertion points and the bounding box calculated from their parameters are out of the current range.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Beam/Column universal object #3121
    Gergely Fehér
    Keymaster

    All GDL objects have only one anchor/insertion point – there is no way to have more.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

Viewing 15 posts - 76 through 90 (of 249 total)