Search found 6208 matches

by onekk
Fri Apr 19, 2024 6:49 pm
Forum: Python scripting and macros
Topic: Script for rotating a polygon around the $X$ axis at a distance of radius $r$
Replies: 1
Views: 163

Re: Script for rotating a polygon around the $X$ axis at a distance of radius $r$

Any suggestions? ... About what? Script seem to work. You could use however information in: https://wiki.freecad.org/Placement in Section: Using "Center" to Control Axis of Rotation you will find a couple of code examples. That seems to do the same you are doing. Kind regards Carlo D.
by onekk
Fri Apr 19, 2024 6:41 pm
Forum: Developers corner
Topic: Change color of an edge
Replies: 8
Views: 1387

Re: Change color of an edge

... Many many Thanks. A little note to moderators: I know that necrobumping is evil, but as there are too much noise and the title of the post appears on my web browser search (duck duck go) I have tought that opening a new post was worse than necrobumping in term of "future search" for t...
by onekk
Fri Apr 19, 2024 11:02 am
Forum: Developers corner
Topic: Change color of an edge
Replies: 8
Views: 1387

Re: Change color of an edge

Sorry for necrobumping, but this function is exactly what I need to make something on FreeCAD.

@wmayer There have been news since 2013?

Kind regards

Carlo D.
by onekk
Thu Apr 18, 2024 5:31 am
Forum: Help on using FreeCAD
Topic: May I ask how to project the side of the column pedestal to the XY plane
Replies: 6
Views: 469

Re: May I ask how to project the side of the column pedestal to the XY plane

... This is an "Open discussion" sub forum. If this is an help request it should go in help section. If it is a bug report, it lacks of a proper "full FreeCAD version info". you will find instructions on how to add a correct one in: http://forum.freecadweb.org/viewtopic.php?f=3&...
by onekk
Thu Apr 18, 2024 5:16 am
Forum: Help on using FreeCAD
Topic: May I ask how to project the side of the column pedestal to the XY plane
Replies: 6
Views: 469

Re: May I ask how to project the side of the column pedestal to the XY plane

Using "Attachments" Tab in the post editing mode you could attach images and files to a post.

Kind regards

Carlo D.
by onekk
Thu Apr 18, 2024 5:11 am
Forum: Help on using FreeCAD
Topic: Is there a "paste | special | value" analog in FreeCAD spreadsheets?
Replies: 6
Views: 509

Re: Is there a "paste | special | value" analog in FreeCAD spreadsheets?

You could made a second spreadsheet from which to take values. IMHO It is not viable to have a full fledged interface like a conventional spreadsheet in FreeCAD, even if some improvements could be made. Macros are very powerful and a good way to implement thing that need to make same action many tim...
by onekk
Wed Apr 17, 2024 4:39 pm
Forum: Path/CAM
Topic: Error CAM Simulation
Replies: 5
Views: 355

Re: Error CAM Simulation

.... Version: 0.22.0dev.36807 (Git) AppImage ... Probably is a glitch due to the integration of new Material in devel version. There has been some updated recently, maybe updating the AppImage as soon a new AppImage is released will solve the problem. wmayer is this problem taken in account by new ...
by onekk
Wed Apr 17, 2024 4:34 pm
Forum: Python scripting and macros
Topic: Creating rotation animation with macro
Replies: 8
Views: 749

Re: Creating rotation animation with macro

TheMarkster wrote: Wed Apr 17, 2024 4:32 pm ...
Thank you for the info, I will note it down as it is one the subtle things that I will forgot for sure.

Kind regards.

Carlo D.
by onekk
Wed Apr 17, 2024 5:19 am
Forum: Python scripting and macros
Topic: Creating rotation animation with macro
Replies: 8
Views: 749

Re: Creating rotation animation with macro

Not without an example file, it is hard to guess things, as you can change things in many ways, as example calculate a placement for each gear with python and apply the placements, but it depends on how gears are made and oriented. I don't see the need for ProceessEvent and see other flaws in your c...
by onekk
Tue Apr 16, 2024 1:54 pm
Forum: Install / Compile
Topic: freecadpip not found in freecad 0.21.2 via apt-get install
Replies: 3
Views: 353

Re: freecadpip not found in freecad 0.21.2 via apt-get install

It is a distribution package?

If yes probably there is some wrong dependency on the deb package, you should signal to the Debian package maintainer.

Maybe there is a "freecadpip" package that should be installed manually marked as optional.

Kind regards.

Carlo D.