What's new

setting project to sketch to always be associative

multicaduser

Senior Member
Is it possible to set project to sketch to be associative by default? This would be my preference to keep features in sync but I didn't find anywhere it could be set. Is there a workaround such as creating a script (not familiar with that feature yet)?

tia
 

tyc

Senior Member
There isn't any system setting to set the default option natively. There has been some Autohotkey scripts shared in the forum. See the following post.


While it would be very useful to have a native option to set the default behavior according to our preferences, I assure you that it becomes easier to remember and switch to the associative option as you use the software more.
 

multicaduser

Senior Member
Thanks for the reply @tyc, there were a lot of interesting things in the post you referenced. However, since my workflow requires that the associativity, as a rule, is always on, whether I click it on or use a hotkey, it's still another click. Next time I'm in AD I'll submit an enhancement request to have this setting added as an option. Perhaps a checkbox in the menu to have it always on would be an easy enhancement.

Enjoy the rest of your weekend.
 

stepalibre

Alibre Super User
When selecting non sketch entities such as edges, verts, points, axis, etc. will create associativity with your entity when you make a dimension or use a constraint. Create reference figure and Maintain association to source entity are automatically set. If you want Create sketch figure and Maintain association to source entity then yes the only way to solve this is with automation or Alibre make it happen.

I made this:

index.php


Here I show a dialog for custom settings that can control the Project to Sketch dialog. This could be a topmost window, background process, anything. The idea is a Project to Sketch settings dialog.


This concept was shared here, with similar purpose:



Alibre's UI overhaul may make this easier for them to implement.
 
Top