Flip state to base state

Flip state to base state

DanMiddleton
Advocate Advocate
1,322 Views
5 Replies
Message 1 of 6

Flip state to base state

DanMiddleton
Advocate
Advocate

Is there a way to change the flip state back to base state, when you select a different visibility state?  

 

I have set up a dynamic block for welding and I would like the flip state to show the arrow side of the weld or other side of the weld.

 

I am using AutoCAD LT 2020

Dan Middleton
AutoCAD user since 1993
AutoCAD LT 2023
0 Likes
1,323 Views
5 Replies
Replies (5)
Message 2 of 6

steven-g
Mentor
Mentor

Sounds like you need to include the flip parameter in all the visibility states

0 Likes
Message 3 of 6

DanMiddleton
Advocate
Advocate

@steven-g , it is turned on for all visibility states.  I guess I should explain a little further.

 

I have a block to insert welding information, it contains 4 visibility states:

  1. Left_side_Field_fillet
  2. Left_side_fillet
  3. Right_side_field_fillet
  4. Right_side_fillet

I insert the block and it is defaulted to Left_side_Field_fillet.  If I want the weld information to show the weld on the other side of the arrow, I change the flip state.   Now lets say I want to change to a different visibility state, I would like the flip state to go back to "default" non-flipped state.  I can possibly post a screen cast if it makes it easier to understand.

Dan Middleton
AutoCAD user since 1993
AutoCAD LT 2023
0 Likes
Message 4 of 6

Libbya
Mentor
Mentor

Don't bother with a screencast.  Instead post the FILE.

0 Likes
Message 5 of 6

fatal.error
Advocate
Advocate

Here's a workaround to create LOOKUP default parameter combinations, allowing in the meanwhile chaging/overriding param values individually. Everytime you choose a different LOOKUP value, the block returns to it's predifined default param states.

 

  1. Insert FLIP and VISIBILITY parameter sets and set them up at your convenience.
  2. Insert a LOOKUP parameter set.
  3. Right click on the "Lookup1"  table icon grip and select "Display lookup table".
  4. Click on the "Add Properties" button and select the previoysly created "Flip State 1" and "Visibility1" params.
  5. On the "Lookup1" right column, create as many states combinations as you need.
  6. Assign the desired params value combinations for each Lookup State on the left column.

Please refer to https://autode.sk/2Ur1UNj for further information.

Message 6 of 6

steven-g
Mentor
Mentor

That explanation is much clearer 😀

The only way I can think of to achieve that is to use a 'trick' double lookups attached is a simple example so whenever you select a different visibility state the flip will return to the base state.

0 Likes