René Ande

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Parmameter handover #3221
    René Ande
    Participant

    Hi there

    Took me some time to do but now it works, thanks.
    If I could place a wish for Version 22, why don’t you expand the REQUEST command to the 3D script?

    Greetings René

    in reply to: Parmameter handover #3217
    René Ande
    Participant

    For production we have to generate an visual picture and a partslists.
    The idea is to draw an object depending on the user input. e.g. if tick01 is set draw a block / if tick02 is set make a hole in this block.
    After this export the booleans of tick01 and tick02 so I know that in object a) there is only a block, in object b) there is a block and a hole.

    userinterface
    ui_infield{3} “tick01”, 15, 210, 180, 19,
    7, “”,
    0, 0,
    0, 0, 0, 0,
    “”, there's no block, 0,
    “”, there's a block, 1
    (same for tick02)

    in 3D-shape
    if tick01 then
    block 1,1,1
    endif

    (same for hole)

    -> and now here to read-out the variable tick01 and tick02

    in reply to: Parmameter handover #3215
    René Ande
    Participant

    Ok, the other way round, is it possible to read out a variable into an excel which I set in an ui_infield?

    Thanks René

Viewing 3 posts - 1 through 3 (of 3 total)