Frank David Martínez M

Results 123 comments of Frank David Martínez M

https://forum.freecad.org/viewtopic.php?t=58729&start=10#p505612

Thank you. The best help I need is in cross platform packaging of the c++ version for distribution. - Linux: .AppImage (I can do that) - Mac: .app (I have...

@zu4lu Yes in the current WB it is possible to define a custom neck profile with a single asymmetry but not compound asymmetry. https://github.com/mnesarco/MarzWorkbench/wiki/Neck-Profile-Specs

> Thank you, will you make it possible it in the workbench? Maybe.

I am working on an editor for neck profiles. It will support double asymmetric necks and it will be available in the FreeCAD version.

@zu4lu thank you for the link, but i already have developed the double asymmetric neck editor in my private c++ version. I just have had not time to port it...

Hello, I am facing the same problem in macos. Is there any known solution to this? ``` cannot create 'N4Base19ProgressIndicatorPyE' instances ```

As a temporary workaround in MarzWorkbench, I have faked the ProgressIndicator for Mac: https://github.com/mnesarco/MarzWorkbench/blob/c8072ec829ce12c397e977fcaffc68206bfcd4b6/freecad/marz/extension/ui.py#L61

Hi @trelau , Yes I have noted that intersections with infinite curves does not work in some cases but i don't know why or when. I am currently using only...

Velocity vars like $foo and mybatis binding parameters like @{foo} has different scopes, so in this case @{foo} are always pointing to the last assigned value of $foo. @{foo} knows...