Search found 163 matches

by japie
Sat Nov 11, 2023 6:56 am
Forum: Help on using FreeCAD
Topic: additivepipe not following borders
Replies: 4
Views: 1156

Re: additivepipe not following borders

With the original drawing no problem:
flat.jpeg
flat.jpeg (105.39 KiB) Viewed 914 times
by japie
Fri Nov 10, 2023 4:55 pm
Forum: Help on using FreeCAD
Topic: additivepipe not following borders
Replies: 4
Views: 1156

Re: additivepipe not following borders

Thats cool! Never used the draft WB :o workes like a charm! Thank you for helping out!!!
by japie
Fri Nov 10, 2023 9:17 am
Forum: Help on using FreeCAD
Topic: additivepipe not following borders
Replies: 4
Views: 1156

additivepipe not following borders

Hello, back after a while and running into trouble while trying to close the bottom of this sheetmetal drawing: trap-TEST.jpeg Maybe the pipe is not the way to go main thing is that I can "flatten" the shape after drawing to make a sheetmetal cut that fits the bottom. Greetings Jaap https:...
by japie
Fri Apr 15, 2022 12:20 pm
Forum: Help on using FreeCAD
Topic: creating line graph from sketch or solid
Replies: 13
Views: 2104

Re: creating line graph from sketch or solid

That explains, thanks!!!
by japie
Fri Apr 15, 2022 6:34 am
Forum: Help on using FreeCAD
Topic: creating line graph from sketch or solid
Replies: 13
Views: 2104

Re: creating line graph from sketch or solid

Thanks for showing me!
How does the

Code: Select all

r = np.interp(theta, theta_0, r_0, period = 360)
work? theta has 360 steps and it extracts it's data from the array created with thetha_0 and r_0?
cam.png
cam.png (105.63 KiB) Viewed 523 times
by japie
Wed Apr 13, 2022 2:53 pm
Forum: Help on using FreeCAD
Topic: creating line graph from sketch or solid
Replies: 13
Views: 2104

Re: creating line graph from sketch or solid

After youve imported into Excel or your favorite spreadsheet, you can format the numbers there however you like. But if you want to throw away accuracy in advance, replace str(th) with str(round(th)) in the sheet.set() line. I understand but I meant something else (language problems don't let my sp...
by japie
Tue Apr 12, 2022 2:42 pm
Forum: Help on using FreeCAD
Topic: creating line graph from sketch or solid
Replies: 13
Views: 2104

Re: creating line graph from sketch or solid

I went with plotting first because on my FreeCAD matplotlib was already accessible. I've taken the opportunity to learn about creating spreadsheets and I came up with the following: Again really really cool!!! working as a charm, when extracting number from a second sketch they are added in the sam...
by japie
Sat Apr 09, 2022 11:02 am
Forum: Help on using FreeCAD
Topic: creating line graph from sketch or solid
Replies: 13
Views: 2104

Re: creating line graph from sketch or solid

The figures don't want to stay on top - but I didn't try to research that. I'm a beginner at matplotlib. This is awesome! And I mean really really awesome!!! You can skip the I am a beginner part :D uit.png It would indeed be convenient if the data would be exported as csv for importing in a spread...
by japie
Fri Apr 08, 2022 12:18 pm
Forum: Help on using FreeCAD
Topic: creating line graph from sketch or solid
Replies: 13
Views: 2104

creating line graph from sketch or solid

Hello guys! When drawing a camshaft I want to make a graph of the cam lobes, currently I am doing that by measuring the cad model by hand and using that numbers in a spreadsheet to generate the graph, isn't there a way to do that real time in freecad? My cam drawing: nokkenas.FCStd The CAD measuring...
by japie
Sun Jan 30, 2022 8:13 pm
Forum: Help on using FreeCAD
Topic: FreeCAD refuses to create fillet
Replies: 11
Views: 3060

Re: FreeCAD refuses to create fillet

Sorry, I don't understand. This is the profile of a ball nose tool cutting the groove. This looks most obvious to me... :?: :?: Snip macro screenshot-1bec8d.png Now I see what you mean, in a groove or sidecut I do draw the tool in the sketch like you did there, when cutting a chamber in an object I...