You know what else, apart from "STEP file read", is crazy long? This topic, because people quote whole replies. On a smartphone this makes scrolling endless. :evil: Would you please stop quoting whole replies? Doing so brings NOTHING of value to your own reply and is EXTREMELY annoying. :evil: :evi...
Someone on another forum was asking how to model an oloid. https://en.wikipedia.org/wiki/Oloid http://www.usinages.com/attachments/oloid-rainbow-jpg.298768/ P.S. I'm sure someone will reply that this can be done easily in OpenSCAD with the convex hull function but the goal here is to make it in Fre...
Hi, I'm looking for the X3D export in FreeCAD but I can't find it. I could find another topic on the forum (http://forum.freecadweb.org/viewtopic.php?f=3&t=9301) referring to the X3D export in V0.14. And from the source code (MeshIO.cpp) it seems to be there but I can't figure out how to use it in ...
I have attached a sample STEP file which fails for me. I tried to import this with the 0.16 FreeCAD release and with the development version. This is the last configuration I used: OS: Linux Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.17.8487 (Git) Build type: Debug Branch: mast...
I don't know, I just know how to style QT, I'm not C++ or Python coder... :( Hi, I found a way to get if a StykeSheet is applied and in case list all the attributes print QtGui.QApplication.style().metaObject().className() # print QtGui.QApplication.instance().styleSheet() # list all applied styles...
Great will do some testing I added some small changes to be able see user defined results in post pipeline. https://github.com/makkemal/FreeCAD/tree/userdef-vtk I you are happy please include Thanks Michael Hi Michael, does it include "heat flux constraint"? http://forum.freecadweb.org/posting.php?...
My need comes from the fact that I have many buttons with quite text inside that will be cropped when leaving the standard theme... Umm, I don't think so is possible, anyway I'm not a C++ coder so I don't know if there is a way to do it as you suggest. What I need is just a way to acquire style val...
The easiest way is to add your custom code to the buttons, but I don't know if it will override the stylesheet... just try. I guess the code you have to override is: QPushButton { padding: 0px; margin: 0px; } Let me know Hi, I tried to add just KSUWidget.setStyleSheet('QPushButton { padding: 0px;ma...
@easyw-fc OK, tested and I could arrive to the problematic place, I will try to solve the issue. Anyway, I see your GUI still has layout problems, do you still place the buttons by XY coordinates? Hi, is there a way to set geometry appearance as in standard (no-stylesheet) GUI? I mean when I switch...