Search found 3941 matches

by looo
Sat Apr 04, 2020 3:44 pm
Forum: Install / Compile
Topic: [Fixed] conda build 0.19.20381 broken
Replies: 4
Views: 755

Re: conda build 0.19.20381 broken

Vtk support was added recently:
https://github.com/conda-forge/occt-feedstock/pull/38

Can you give feedback which libraries are missing?
by looo
Thu Apr 02, 2020 5:52 pm
Forum: Developers corner
Topic: GD&T Workbench for FreeCAD
Replies: 124
Views: 44750

Re: GD&T Workbench for FreeCAD

Is it reproducible every time? yes this is what i get when I create a label-object. Same for 0.18 version. This label is built with Coin, so the behavior may be different if something changed internally there, I presume. Do we know how it should behave? Is there any version that works correctly? OS...
by looo
Thu Apr 02, 2020 5:00 pm
Forum: Developers corner
Topic: GD&T Workbench for FreeCAD
Replies: 124
Views: 44750

Re: GD&T Workbench for FreeCAD

What do you mean broken? Bildschirmfoto von 2020-04-02 18-49-23.png That's what I meant. But this is a build from last Sunday. No idea if it already works again. The aim of GD&T is to add a PMI interoperability based on ISO STEP standards http://www.asd-ssg.org/pmi-interoperability it would be ...
by looo
Thu Apr 02, 2020 1:40 pm
Forum: Developers corner
Topic: GD&T Workbench for FreeCAD
Replies: 124
Views: 44750

Re: GD&T Workbench for FreeCAD

I tried draft annotations, but this seems to be broken currently. Also I am not sure if gt&d should be done in 3D. In my eyes, it makes more sense to add this functionality to TechDraw. We are currently trying to figure out how to draw in TechDraw with python [1]. Once this is possible it should...
by looo
Thu Apr 02, 2020 1:35 pm
Forum: TechDraw
Topic: Extension to TD Scripting
Replies: 7
Views: 1640

Re: Extension to TD Scripting

After some testing I ended up with this: import FreeCAD as App import FreeCADGui as Gui import TechDraw as TD import TechDrawGui as TDG from PySide import QtGui, QtCore class SimpleItem(QtGui.QGraphicsItem): def __init__(self, parent=None): super().__init__(parent) self.Type = QtGui.QGraphicsItem.Us...
by looo
Tue Mar 31, 2020 4:54 pm
Forum: Assembly
Topic: Challenge: Constant Velocity Joint (M. Gesik)
Replies: 33
Views: 13709

Re: Challenge: Constant Velocity Joint (M. Gesik)

I tried to reconstruct the bevel-gear but it looks like it uses a different shape (not spherical-involute). Anyway, the pitch angle should be exactly 18° and the center should be at the center of the sphere. With 13 teeth it looks like a good approximation. Bildschirmfoto von 2020-03-31 18-47-02.png
by looo
Tue Mar 31, 2020 6:08 am
Forum: Open discussion
Topic: About funding and all that
Replies: 205
Views: 61321

Re: About funding and all that

I guess currently the tech-world sees in an impressive way how some branches bubbled up and are now in a critical position to survive these current crises. FreeCAD development, on the other hand, is totally independent (maybe also negatively correlated) to these crises. So although I think once thes...
by looo
Mon Mar 30, 2020 5:26 pm
Forum: Users Showcase
Topic: Gears in FreeCAD: FC Gear
Replies: 80
Views: 37475

Re: Gears in FreeCAD: FC Gear

Suggestions for improvement can then be discussed. Don't mean to jump the gun here, but if I may, is there a place on the wiki that explains some of the equations/algorithms one can use in the FCGear workbench? See https://youtu.be/8VNhTrnFMfE?t=272 This video is not connected to the gear-workbench...
by looo
Mon Mar 30, 2020 11:37 am
Forum: Open discussion
Topic: node editor - pyflow
Replies: 290
Views: 78118

Re: node editor - pyflow

Is the latest version of pyflow (2.0.2) compatible with your work @microelly2? Or are there still patches needed?
microelly2 wrote:
by looo
Sun Mar 29, 2020 9:48 am
Forum: Open discussion
Topic: AppImage - Include auto-updating logic in to appimage directly?
Replies: 161
Views: 31069

Re: AppImage - Include auto-updating logic in to appimage directly?

@looo you really don't need the absolute path if you move the plugin to PySide's default plugin directory. Also you don't need to give the AppImage path if you execute from a AppImage since the plugin itself will guess the AppImage path from the environmental variable. I am not sure what the defaul...