Join two entities

Join two entities

youssefGC
Advocate Advocate
426 Views
4 Replies
Message 1 of 5

Join two entities

youssefGC
Advocate
Advocate

Hi everyone,

I want to join two entities (for example, two polylines below) in such a way that they are both connected and if I move one, the other undergoes the same movement.

aaa.png

Thank you.

 

 

0 Likes
427 Views
4 Replies
Replies (4)
Message 2 of 5

ActivistInvestor
Mentor
Mentor

You can use geometric constraints for that.

0 Likes
Message 3 of 5

youssefGC
Advocate
Advocate

Thank you for your reply,

What do you think about groups?

 

0 Likes
Message 4 of 5

daniel_cadext
Advisor
Advisor

groups are awesome, you can also attach a reactor

Python for AutoCAD, Python wrappers for ARX https://github.com/CEXT-Dan/PyRx
Message 5 of 5

ActivistInvestor
Mentor
Mentor

Groups are just a way of automating the selection of a group of objects when any one of them is selected. They don't enforce any implied relationship between objects.

 

Unlike constraints, if an object in a group is manipulated via code, or any means that doesn't involve direct user-selection, other objects in the 'group' will not react to the change.