I understand what you're trying to do with the crane block — keeping the hook and cables aligned at 90 degrees as the boom rotates can be tricky, especially if you're working with dynamic blocks in AutoCAD. Here's a solution you could try:
Using Dynamic Block Parameters:
One way to solve this would be to set up a dynamic block with a rotation parameter. This will allow you to control the rotation of the crane boom and simultaneously control the hook and cables' alignment.
Use the "Align" Action:
You can create an alignment action in your dynamic block that forces the hook and cables to align to the rotation angle of the boom. Here’s a step-by-step approach:
- Create the rotation parameter for the boom.
- Add an align action to the hook and cables that references the boom's rotation angle.
- Set the alignment to keep the hook/cables at 90 degrees relative to the boom, using either a fixed angle or a constraint.
Reference and Constraints:
Another method is to use AutoCAD’s constraint system (like angle constraints) to lock the hook’s angle relative to the boom. This may work better if you need the cables to follow the boom's rotation while maintaining a fixed angle.
- More about
If this doesn’t quite solve the issue, I'd suggest checking out some tutorials on dynamic block actions, as they can be a little tricky when you’re starting out.