Search found 2598 matches

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: 284

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: 444119

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: 23
Views: 1512

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: 233

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: 444119

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.
by Chris_G
Wed Apr 03, 2024 12:25 pm
Forum: Help on using FreeCAD
Topic: Sweep a cylinder along a path? (Use a single-strike font for milling?)
Replies: 2
Views: 301

Re: Sweep a cylinder along a path? (Use a single-strike font for milling?)

I have read that, because font formats require closed contours, stick fonts strokes are drawn forth and back.
Anyway your letter contains 56 edges while only 28 are visible.
With CurvesWB JoinCurves, you can create new curves from visible edges.
Then Part-Offset2D, Part-Extrude and Part-Fuse.
by Chris_G
Mon Apr 01, 2024 10:34 am
Forum: Forum français
Topic: atelier Assembly
Replies: 31
Views: 2370

Re: atelier Assembly

Salut, .... un de plus sorti de presque nul part et qui dame le pion à trois autres faisant le job à des degrés divers ! Pourquoi n'ont-ils pas été intégrés ? De quel passe-droit jouit le nouveau ? Un article du blog de Ondsel qui devrait répondre à tes questions : https://ondsel.com/blog/default-a...
by Chris_G
Mon Apr 01, 2024 10:21 am
Forum: Forum français
Topic: atelier Assembly
Replies: 31
Views: 2370

Re: atelier Assembly

Le nouvel atelier Assembly est intégré dans le code source de FC, avec la même licence LGPL, donc pleinement open-source.
by Chris_G
Fri Mar 29, 2024 1:11 pm
Forum: Python scripting and macros
Topic: CurvesWB Gordon surface
Replies: 2
Views: 299

Re: CurvesWB Gordon surface

Hi,
I can confirm, but I have no explanation for this behavior yet.
by Chris_G
Thu Mar 28, 2024 9:42 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 444119

Re: Curves workbench

Gives me in a test case ... This is a bi-cubic BSpline (same as Bezier in this case) surface. The rhino3dm api lets me create a UV surface with ... static CreateRuledSurface(curveA, curveB) This function creates a Ruled Surface , linear between the 2 input curves. You cannot create your bi-cubic su...