Search found 7 matches

by javiermg
Tue Sep 24, 2013 7:42 pm
Forum: Developers corner
Topic: Introduction and Bearing Creator Tool
Replies: 22
Views: 11765

Re: Introduction and Bearing Creator Tool

Hi all. I want to ask two things which are slowing down my work. I have not found them anywhere (nothing that I am able to understand, at least) First, I am working at more complex bearings which need from creating sketches. I have managed to arrange lines and create a wire object easily, but now I ...
by javiermg
Mon Sep 23, 2013 10:18 pm
Forum: Developers corner
Topic: Introduction and Bearing Creator Tool
Replies: 22
Views: 11765

Re: Introduction and Bearing Creator Tool

I have realized that some of my changes are the same that jreinhardt did, so I am going to work in that direction. I also found an online document that has very useful information about bearings, and tables with standard (I think so) sizes: http://www.neita.nl/lagers/koyocat203e.pdf Finally, this is...
by javiermg
Mon Sep 23, 2013 3:59 pm
Forum: Developers corner
Topic: Introduction and Bearing Creator Tool
Replies: 22
Views: 11765

Re: Introduction and Bearing Creator Tool

As jreinhardt said, there is a new function that generates axial thrust bearings: import Part import math def ATB(rout,rin, bth): fth=0.3*bth #Thrust plate widh #Edge fillet value if rout<70: RR=1 else: RR=1.5 #shapes-- #shapes=[] #Lower ring-------------------------- lr1=Part.makeCylinder(rout,fth)...
by javiermg
Sun Sep 22, 2013 9:02 pm
Forum: Developers corner
Topic: Introduction and Bearing Creator Tool
Replies: 22
Views: 11765

Re: Introduction and Bearing Creator Tool

Thanks!
I build it in my spare time, as a good way to learn Freecad
Of course, I'll share the pictures :)
by javiermg
Sun Sep 22, 2013 7:08 pm
Forum: Developers corner
Topic: Introduction and Bearing Creator Tool
Replies: 22
Views: 11765

Re: Introduction and Bearing Creator Tool

Hello all again. At first I want to excuse myself for not replying your posts, I have been very very busy this months.. I am coming back slowly. To jreinhardt: please include the code BOLTS as you want, I am very happy with the idea. WIll check how it works later ;) To mario52, i really don't know w...
by javiermg
Fri Aug 16, 2013 8:33 am
Forum: Developers corner
Topic: Introduction and Bearing Creator Tool
Replies: 22
Views: 11765

Re: Introduction and Bearing Creator Tool

Thanks for your reply!
by javiermg
Wed Aug 14, 2013 4:16 pm
Forum: Developers corner
Topic: Introduction and Bearing Creator Tool
Replies: 22
Views: 11765

Introduction and Bearing Creator Tool

Hi all! My name is Javier and I am Mechanical Engineering student from Spain. I have been interested in FreeCAD few month and just this week I have started to write some python code. At the moment I am trying to create a tool that I have called "Bearing Creator". The idea is to have a grap...