Search found 2593 matches

by Chris_G
Sun Apr 14, 2024 8:53 pm
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 441977

Re: Curves workbench

There is a default value applied if the parameter is not found (here it is 14)
by Chris_G
Sun Apr 14, 2024 12:20 pm
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 441977

Re: Curves workbench

In version 0.6.31 :
- Fix isocurves on closed faces
- add number options to SegmentSurface
by Chris_G
Thu Apr 11, 2024 7:33 pm
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 441977

Re: Curves workbench

Yes, there are these 3 parameters :
https://github.com/tomate44/CurvesWB/bl ... fo.py#L387
by Chris_G
Thu Apr 11, 2024 9:12 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 441977

Re: Curves workbench

First thing is that Gordon surface does some interpolation of the input curves. IMHO a good rule for interpolation is to only provide the minimum set of meaningful data and resist the temptation to provide to much data, that leads to an over-constrained situation. Start with few curves and only add ...
by Chris_G
Wed Apr 10, 2024 8:30 am
Forum: Python scripting and macros
Topic: use blendSurface command without the gui
Replies: 3
Views: 246

Re: use blendSurface command without the gui

In blendSurfaceFP_new_script, you need to explicitly set the ViewObject's Proxy :

Code: Select all

#BlendSurfaceVP2(fp.ViewObject)
fp.ViewObject.Proxy = 0
by Chris_G
Tue Apr 09, 2024 4:23 pm
Forum: Python scripting and macros
Topic: use blendSurface command without the gui
Replies: 3
Views: 246

Re: use blendSurface command without the gui

Would you have an example file to test your script ?
by Chris_G
Tue Apr 09, 2024 8:40 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 441977

Re: Curves workbench

perot wrote: Sun Apr 07, 2024 3:47 pm The following behaviour of BlendCurve objects must be a bug ...
Thanks for the bug report.
It should be fixed in new version 0.6.30
by Chris_G
Tue Apr 09, 2024 5:35 am
Forum: Help on using FreeCAD
Topic: Frank Martinez Auto Animation Plugin
Replies: 18
Views: 1147

Re: Frank Martinez Auto Animation Plugin

In this forum, he is @mnesarco.
You should find your addon in his Github repositories :
https://github.com/mnesarco
by Chris_G
Mon Apr 08, 2024 9:01 pm
Forum: Help on using FreeCAD
Topic: Can some try Approximate points to NURBS curve or surface on my file please?
Replies: 2
Views: 229

Re: Can some try Approximate points to NURBS curve or surface on my file please?

The current Sweep2Rails tool of the Curves WB is real crap.
What about a simple Part->Loft, with Degree decreased to 2 ?
by Chris_G
Mon Apr 08, 2024 5:59 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 441977

Re: Bug: Curves:BlendCurve

This is about the Curves external workbench.
This post shouldn't be the Developers section.
It should be in the dedicated Curves WB thread instead.

I'll have a look at the bug.