Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offset option for PointsOnCircle constraint #205

Closed
ceremcem opened this issue Mar 20, 2019 · 2 comments
Closed

Offset option for PointsOnCircle constraint #205

ceremcem opened this issue Mar 20, 2019 · 2 comments
Labels

Comments

@ceremcem
Copy link
Collaborator

ceremcem commented Mar 20, 2019

It would be useful to have an optional offset option (zero by default, like PlaneAlignment constraint) for bolt placement operations.

Following image shows what can be achieved by using PointsOnCircle:

image

Following image demonstrates the desired result:

image

Problem is that the distance (shown with red arrow) varies according to the bolt's head's outer radius. In other words, this distance must be updated accordingly when the bolt size is changed.

However, if we had an option to set the offset for PointsOnCircle, we could define a constant value across model that declares bolt-edge-to-cover-edge-distance.

@realthunder
Copy link
Owner

The Offset property in PlaneAlignment is obsolete. You can now have distance/angle offset on any constraint by moving the constraining element. If you change the Offset property of an element link under the constraint, then only that constraint is affected. If you change the Offset property of the linked element under the Elements group, than all constraints using that element will be affected.

@ceremcem
Copy link
Collaborator Author

Got it:

image

This approach adds a little bit complexity but it sounds like a more filexible solution.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants