Search found 2596 matches

by Chris_G
Tue Apr 16, 2024 2:06 pm
Forum: Forum français
Topic: Liaison entre 2 formes
Replies: 6
Views: 411

Re: Liaison entre 2 formes

Vincent B wrote: Sun Apr 14, 2024 8:50 am En souplesse. :D
Bonne nouvelle, je viens de corriger quelques bugs dans la version 0.6.32, et BlendSolid fonctionne maintenant directement en sélectionnant simplement les 2 faces à joindre.
by Chris_G
Tue Apr 16, 2024 2:03 pm
Forum: Forum français
Topic: Interrogations autour de l'atelier Curves
Replies: 5
Views: 310

Re: Interrogations autour de l'atelier Curves

Encore mieux : je viens de rajouter une propriété "Show Open Edges" dans ParametricSolid qui fait ça directement.
C'est dans la version 0.6.32
by Chris_G
Tue Apr 16, 2024 1:34 pm
Forum: Forum français
Topic: Interrogations autour de l'atelier Curves
Replies: 5
Views: 310

Re: Interrogations autour de l'atelier Curves

1- Comment faire pour trouver la "fuite" qui fait que l'outil ne peut pas créer le volume. Y a-t'il un outil, une stratégie d'analyse pour s'en sortir ? J'ai eu le problème une fois, je m'en suis sorti plus par coup de pot qu'a la suite un raisonnement éduqué... Je pense pas qu'il y ait d...
by Chris_G
Sun Apr 14, 2024 8:53 pm
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 442232

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

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

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

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

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

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

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