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

Using Pattern is not doing a concentrical offset #19

Open
DevTKSS opened this issue Feb 2, 2025 · 3 comments
Open

Using Pattern is not doing a concentrical offset #19

DevTKSS opened this issue Feb 2, 2025 · 3 comments

Comments

@DevTKSS
Copy link

DevTKSS commented Feb 2, 2025

Image

As you can see, the purple line and the blue one (the actual sketch profile I selected) are not concentrical to each other
Seen this yesterday also, updated the cloned repo before "Run" command click on the addins panel to add the UI Button to fusion.

it was also not loaded by default to be visible button at Start of fusion, as it has been when I installed it a few years ago from app Store itself. Might be a "LoadBehaviour" miss-Setting? this would at least be the case for Inventor api addins.

@hanskellner
Copy link
Owner

@DevTKSS -

Ok, I understand the padding issue now. Will take a look at the handling of that.

As for the install issue, note that the App Store version came with an installer which automatically configured the auto-load behavior. With a manual install of the add-in, you will need to enable Run on Startup in the add-in dialog.

@hanskellner
Copy link
Owner

@DevTKSS -

I've found the problem. The library used to scale the bounding profile when a padding is applied is not working correctly for curved paths. If the profile has only straight lines, it appears to work correctly. In your example above, you have rounded corners on the rectangle. That's enough to throw the calculation off. Will dig further into this.

Also, I just posted an update that fixes an issue with clipping within the profile. Better handling now for cells near the profile border.

@DevTKSS
Copy link
Author

DevTKSS commented Feb 3, 2025

Thanks, will have a look after work.

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

No branches or pull requests

2 participants