-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add-In not longer listed in Fusion App Store? #18
Comments
@DevTKSS - Yes, I'm working with the App Store to hopefully get it added back. Sorry for the inconvenience. |
I am only doing c# no py or c++, could you check if it would be possible, to get a SelectSet added for all voronoi added lines? Its adding curves so I think that could be possible as in inventor isnt it? Would improve the ability to more easily get all of the curves for a move operation. Doing this currently by hand so I dont have to spend so much time selecting each outline for any future operation itself |
@DevTKSS - Yes, having the newly inserted curves be selected would be nice. Will keep that in mind. Btw - I just updated and fixed some issues. For example, the offset of the inserted curves. You can grab the new files and overlay them over your existing installation. |
I did the offset set to 2mm which made the minimal offset turn out good enough, its more annoying that its a must, when having selected a profile for outline, set it all up in the editor publish to fusion and then it is not considering to place it inside of that selected profile, only let it sit on the svg default insertion position. If I would have to do this in inventor api in a drawing document for example, I would have to tell my code to get the minimum and maximum point positions and then (if not already in that provided) the offset of the minimum point related to the coordinate systems 0,0,0 |
@hanskellner did sync my local clone and loaded the add-in again. On my side, the Offset did not improve visible, but I am recognizing a more regular size of the cells and much more of the cells do have edge corners instead of curved ones with radius. padding is set to 0,1 |
I'm not sure I follow what's going wrong here. Is the voronoi pattern not added to the sketch and within the selected profile? If that is occurring, please provide a screenshot of the profile with the voronoi. Also, is the sketch on the XY plane or another?
Yes, but the Fusion API is different and there are issues that this add-in can't always workaround. Also, the implementation generates the voronoi outside of Fusion, exporting to SVG, where Fusion then imports the SVG. The handling of the import with Fusion has some issues. I've tried working around those issues but still haven't found a complete solution. |
@hanskellner
I did use your addin two years ago from the app store download and really liked it, but now it is not longer listed there. I did download it now throught the github advises, but some people who not know about this things here would not be able to do so I think. Maybe you could check if it could be re-added in the App store? the existing ones there are non free like yours...
The text was updated successfully, but these errors were encountered: