[Draft] circular array

In diesem Forum Fragen und Diskussionen in Deutsch
Forum rules
Foren-Regeln und hilfreiche Informationen

WICHTIG: Bitte zuerst lesen, bevor Sie posten
freecad-heini-1
Veteran
Posts: 7788
Joined: Tue Jan 07, 2014 11:10 am
Contact:

Re: [Draft] circular array

Post by freecad-heini-1 »

//Spaßvogel Modus an
Dit is een zeer goede uitbreiding van de Draft Array functies. De optie Fuse true neemt bij deze gelegenheid veel tijd in beslag in vergelijking met commerciële programma's. Misschien kan iemand er beter naar kijken, als de code in Python staat, programmeer hem dan in C++ om hem sneller te maken, zie de kroonkurk:
https://forum.freecadweb.org/viewtopic. ... 02#p172802

Of hier een plastic blaar:
https://forum.freecadweb.org/viewtopic. ... 78#p160178

//Spaßvogel Modus aus
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: [Draft] circular array

Post by vocx »

rynn wrote: Wed Jan 22, 2020 7:32 am ... with symmetry = n a rotation of 360°/n.
Okay, I think I understand. By reading the code, I suspected it was something along those lines.
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: [Draft] circular array

Post by vocx »

freecad-heini-1 wrote: Wed Jan 22, 2020 10:59 am ...De optie Fuse true neemt bij deze gelegenheid veel tijd ...
Yes, we know. The internal code that produces the array can possibly be improved. The fuse operation (boolean) is probably the bottleneck, particularly if you have many, many Shapes. Yorik wrote all that, so ask him. Maybe he can quickly pinpoint a loop that isn't doing its work in the most efficient way.
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
rynn
Posts: 454
Joined: Tue Jul 31, 2018 7:00 am

Re: [Draft] circular array

Post by rynn »

chrisb wrote: Wed Jan 22, 2020 8:46 am Would you mind adding this to the wiki?
I can’t. I do not have a wiki account.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: [Draft] circular array

Post by bernd »

rynn wrote: Sat Feb 01, 2020 6:23 pm
chrisb wrote: Wed Jan 22, 2020 8:46 am Would you mind adding this to the wiki?
I can’t. I do not have a wiki account.
bekommst du hier https://forum.freecadweb.org/viewtopic.php?f=21&t=6830
Post Reply