NormandC wrote: Here's a stupid idea: why not have more than one, and have them in rotation (in order or randomly?) Some time ago I made different splashscreesn for version 0.16 (one per module). I'm trying to clean them and then I'll post them here. If you have any recommendations, please give the...
Hello everyone, Although the new is old do not know if it was mentioned in this forum. Developers Salome-Platform are working on their version of scketcher (Part Design) called SHAPER. Although recently will be released to the public in 2018 seems to have good progress. In the SALOME User Day 2015 (...
New updates in this macro:
- Correction in the error difference between working folder
- Support xterm as CGX console commands (Linux - is optional)
- Support for Windows
With this macro you can select and preview some templates available for rendering. TemplatePreviewMacro.png Version 0.1 - 07/02/2016 - You can select the templates available in "Macro_Templates / Pov_Templates" - You can view the template from "Macro_Templates / Images" - You can read comments from ...
Hi,First thank you all for improving the code. In this new version of CGX Macro for FreeCAD, you can use both applications at the same time. CGXMacro.png youtube video: https://youtu.be/2G0wUsqlwOY Regards. Sorry for my bad english. ## CGX PostProccesing in FreeCAD ########### CONFIGURATION (Linux) ...
Hello. I modified the macro by Bernd posted here: http://forum.freecadweb.org/viewtopic.php?f=18&t=11455 . I tried Ubuntu / linux and it works. I have not tested on windows. Bernd: I made the following changes - A line to set the binary address cgx - The "-v" option in the command on linux to see th...
I tried to create a small macro that uses numpy and matplotlib to show a colorbar with the values of Von Mises stress for a selected FEM analysis. Not knowing how FreeCAD converts colors to the values of the results and not have too much time I could not make much progress in this macro :x . Anyway ...