Curves workbench

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
kh9k
Posts: 2
Joined: Sun Nov 27, 2022 9:46 pm

Re: Curves workbench

Post by kh9k »

Cropduster wrote: Mon Nov 28, 2022 6:50 pm Thanks Chris_G, operating the Interpolate feature on the same file still did not work, but I notice the error lines are different from previous. So, is this associated with some aspect of Ubuntu I haven't installed/updated?

18:44:20 Running the Python command 'Interpolate' failed:
Traceback (most recent call last):
File "/home/brianw/.local/share/FreeCAD/Mod/Curves/./freecad/Curves/interpolate.py", line 342, in Activated
source = self.parseSel(s)
File "/home/brianw/.local/share/FreeCAD/Mod/Curves/./freecad/Curves/interpolate.py", line 333, in parseSel
verts = obj.Object

'Sketcher.SketchObject' object has no attribute 'Object'
I have the same error.
User avatar
Chris_G
Veteran
Posts: 2579
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: Curves workbench

Post by Chris_G »

OK. New fix. Please try again.
Cropduster
Posts: 16
Joined: Mon Jun 21, 2021 7:22 pm

Re: Curves workbench

Post by Cropduster »

Thanks Chris_G, updated to 0.6.2 but alas it didn't work. Attached is a screenshot after I used the Approximate Tool: the Interpolate tool produced the text shown in the Report view.
Attachments
Screenshot from 2022-11-29 17-25-41.jpg
Screenshot from 2022-11-29 17-25-41.jpg (140.9 KiB) Viewed 884 times
User avatar
Chris_G
Veteran
Posts: 2579
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: Curves workbench

Post by Chris_G »

I forgot to push the fix. Done
Please try again with version 0.6.3
Cropduster
Posts: 16
Joined: Mon Jun 21, 2021 7:22 pm

Re: Curves workbench

Post by Cropduster »

Thanks Chris_G, the update did produce a result this time, but not as expected. I was trying to connect the ends of the lines in the x-direction including the 1st point up the z-axis from the origin (lowest point). They were selected in sequence and produces the same result which ever the direction. Maybe the attached screenshot might help.
Attachments
Screenshot from 2022-11-29 19-59-29.jpg
Screenshot from 2022-11-29 19-59-29.jpg (144.59 KiB) Viewed 837 times
User avatar
Chris_G
Veteran
Posts: 2579
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: Curves workbench

Post by Chris_G »

Cropduster wrote: Tue Nov 29, 2022 8:09 pm Thanks Chris_G, the update did produce a result this time, but not as expected. I was trying to connect the ends of the lines in the x-direction including the 1st point up the z-axis from the origin (lowest point). They were selected in sequence and produces the same result which ever the direction. Maybe the attached screenshot might help.
OK, so I reverted the latest changes that were not compatible with current FreeCAD Stable 0.20
Please update Curves to 0.6.4 and try again.
Cropduster
Posts: 16
Joined: Mon Jun 21, 2021 7:22 pm

Re: Curves workbench

Post by Cropduster »

Thanks Chris_G, It doesn't look like v0.6.4 is available yet. My FreeCAD Addon Manager only shows v0.6.3
User avatar
Chris_G
Veteran
Posts: 2579
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: Curves workbench

Post by Chris_G »

Silly me.
I have again forgot to push the fix.
I definitely shouldn't challenge my single-thread brain.
Cropduster
Posts: 16
Joined: Mon Jun 21, 2021 7:22 pm

Re: Curves workbench

Post by Cropduster »

Chris_G, Many thanks, it works. Thanks for your patience and persistence.
User avatar
hammax
Veteran
Posts: 1985
Joined: Thu Jan 19, 2017 5:03 pm
Location: Ammersee DE

Re: Curves workbench

Post by hammax »

... thanks, Interpolation_Curve works again,
but Rotation_Sweep still doesn't (every day at least one trial!)

RotSweep.PNG
RotSweep.PNG (61.81 KiB) Viewed 620 times
Attachments
test_rotationSWeep_H.FCStd
FC.20.1
(49.3 KiB) Downloaded 18 times
Post Reply