Search found 1957 matches

by ulrich1a
Wed Aug 14, 2013 9:10 am
Forum: Announcements & Features
Topic: Spreadsheet module
Replies: 117
Views: 47766

Re: Spreadsheet module

If sketch parameters could be imported and controlled from individual spreadsheet then i guess either directly from spreadsheet or (if not that capable) from external application two parameters (two cells) could be controlled with preset relation (something like math formula)... and that would actu...
by ulrich1a
Tue Aug 13, 2013 9:08 pm
Forum: Announcements & Features
Topic: Spreadsheet module
Replies: 117
Views: 47766

Re: Spreadsheet module

The spreadsheet looks indeed very promising.
I tried to figure out, how to set a cell value from the python console, but didn't got it done. Is it allready possible to do this? And how can this be done?

Thanks
Ulrich
by ulrich1a
Tue Aug 13, 2013 8:37 pm
Forum: Assembly
Topic: Assembly precission
Replies: 10
Views: 5293

Re: Assembly precission

I experimented with boolean cuts of a spring from a cylinder coded in python. This operation is very parameter sensitive. I had situations, where I got one or the other failure depending on parameter settings, but not a good result. My impression was, there is a lack of accuracy in this case. It wou...
by ulrich1a
Tue Aug 13, 2013 9:40 am
Forum: Wiki
Topic: Wiki moved - testing needed!!!!
Replies: 22
Views: 6741

Re: Wiki moved - testing needed!!!!

The documentation link from the FreeCAD-website does not work anymore. Last days it showed an error: "user 2.... or whatever has reached the limit of 10 connections" or something similar. Today it gives: http://www.freecadweb.org/wiki/index.php?title=Online_Help_Toc [81512ea2] 2013-08-13 0...
by ulrich1a
Fri Aug 09, 2013 9:15 am
Forum: Part Design module development
Topic: Starting parts
Replies: 152
Views: 125762

Re: Starting parts

shoogen wrote: I would like to see this script included into FreeCAD (LGPL), but unfortunately it is licensed GPL 2+. I have no problem to give the macro another license and have it inside of FreeCAD. But I am wondering, as I copied the license claim from an FreeCAD-file. It was FeaturePython.py fr...
by ulrich1a
Thu Aug 08, 2013 10:15 pm
Forum: Part Design module development
Topic: Starting parts
Replies: 152
Views: 125762

Re: Starting parts

Here is my approach for standard parts like screws. The macro provides four type of ISO-screws in several diameters and lengths.
by ulrich1a
Fri Jul 26, 2013 10:20 pm
Forum: Help on using FreeCAD
Topic: Need help modeling a spring with makePipe and GUI shapes
Replies: 21
Views: 10230

Re: Need help modeling a spring with makePipe and GUI shapes

I tried to modify the code for making a thread, in order to make it working. I got a little bit further by just cutting only one turn of the thread and then repeating this. Then I came to the point, that the diameter of the helix doesn't seems to matter. You can make the same sweeps from helices wit...