Jump to content

IJSSEL

Member
  • Posts

    38
  • Joined

  • Last visited

Posts posted by IJSSEL

  1. What I want to achieve  is having a Pop up node in the IP which gives me 4 choices : 2D/Plan, Front, Right Iso, Left Iso.
    I was trying to find out if the Set View Matrix node would do the trick but don't know ( so far) if this is the way to go.
    Any help appreciated 😊

     

  2. I have four Valve nodes managing the output of four List nodes.
    Each Valve node is controlled by a Yes No Dialog.
    Instead of four Yes No Dialog nodes I would like to have a Pop up Dialog with four choices so I can skip the Yes No Dialogs.

    Can this be done ?

    Thanks .
    Jan Willem Henssen

  3. Yes, this is great, thanks a lot.
    I'm looking forward to the improvements. The first two on your "list" are (in my case) the most important ones. I'm now playing with the rotation tool (after I Extrude the 2D Trapezoid) to get it the way I want.

    Best regards

  4. Is it possible to change the Angle of one or more sides of a 2D Rectangular Polygon.
    I'm trying to create a Mitre ( 45º).
    Steps :  1- Network creates a rectangle ( 20x600mm). 2-- Change it into a Polygon. 3-- Create a Mitre on the small side ( 20mm).
    Appreciate idea's.
    Regards
     

  5. The network I'm working on creates different parts of a (wall) cabinet. I would like to have the choice of a "yes/no' dialog for certain parts of the cabinet.

    Like :  Doors-  Yes or No, Bottom Shelf-  Yes or No etc.
    I tried the 'YesNo Dialog Node' but can't figure out how and where to connect it into my network. The Node has only an output connector, no input.
    Any help much appreciated.

  6. The Symbol works fine now ( needed some adaption of the Zero point of the drawing). But I have lost my RGB colors. In Wrapper Mode I can change the RGB colors in the PIO and have it rendered in OpenGL , but in the Symbol 'Mode'  it will not render the colors. Any idea's ?

  7. Hmmm. I was not aware of that. Why should one use the Menu Command if it does not give you the possibility of changing the parameters in the OIP ?
    It is like using the Circle Tool in VW and having to chance the diameter in VS each time you want a smaller or larger circle ?
    Or am I missing something? Pls. 'enlighten' me 😊

    Best regards

  8. After Wrapping myscript ( and testing- all OK),  I made a Menu Command  . So far so good. But the O.I.P. does not show up like it does in Wrapping Modus. Without the parameters in the O.I.P. the Menu Command is not of very much use.
    What I'm doing wrong ?

  9. Yes, thanks. Played a bit with it, implemented it in the script and it works😊
    After Wrapping the script ( and testing- all OK),  I made a Menu Command  . So far so good. But the O.I.P. does not show up. Without the parameters in the O.I.P.
    the Menu Command is not of very much use.
    What I'm doing wrong ?

  10. Thanks for the input.  What  I'm looking for is a way to feed the Pop up node with a variabel Integer ( Lets call it 12). This variabel Integer is generated by part of the network.

    The output of the Pop up is  :

    if input == 1, then output = 12

    if input == 2, then output = 2*12

    if input == 3, then output = 3*12

    etc. etc.

    I need the Integer 12 to be calculated by the network. So it could be any Integer.

    As far as I know it is not possible to have a node to change the script of the Pop up?

    So I was trying to use a List node. The List accepts the variabel Integer and the output is what I wanted ( 12, 2*12, 3*12, or

    15, 2*15, 3*15, etc).

    But how do I select one of outputs the List  ( like you do in a Pop up)?

    Sorry for my criptic question. Hope it makes sense.

    Thanks again.

×
×
  • Create New...