Skip to main content
1-Visitor
October 24, 2022
Question

Options Modeler component with mutliple choice assignation

  • October 24, 2022
  • 0 replies
  • 506 views

Hi,all

I'm having some issue with Options Modeler and i don't know if it's a module limitation or a bad using from me.

Here is a quick example of my issue:

I've got four parts:

-Body (that will allways be there)

-Part A

-Part B

-Screw (that should be there if i have Part A or Part B or Both)

 

Part A and Part B doesn't belong to the same option.

The choices are:

Option 1 

    -yes

    -no

Option 2 

    -yes

    -no

I have assigned choices like this:

Part A is include in Option 1 choice  yes

Part B is include in Option 2  choice  yes

Screw is include in Option 1 choice  yes ; Option 2  choice  yes

 

The result in Creo is:

Option 1 choice  no ; Option 2  choice  no  -> Body 

Option 1 choice  no ; Option 2  choice  yes -> Body ; Part B

Option 1 choice  yes ; Option 2  choice  no -> Body ; Part A

Option 1 choice  yes ; Option 2  choice  yes -> Body ; Part A ; Part B ; Screw

 

The result I expected :

Option 1 choice  no ; Option 2  choice  no  -> Body 

Option 1 choice  no ; Option 2  choice  yes -> Body ; Part B  ; Screw

Option 1 choice  yes ; Option 2  choice  no -> Body ; Part A  ; Screw

Option 1 choice  yes ; Option 2  choice  yes -> Body ; Part A ; Part B ; Screw

 

 

it seems that multiple choice in include function work like an AND gate so i tryed with explude function with "no" choice, but it seem to act like an OR gate, so same result....

 

Have you any clue how to solve this issue?

 

Thanks for your help,

Hugo