FreeCAD car suspension motion study

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.ย. 2024
  • Link to download the model:
    drive.google.c...

ความคิดเห็น • 15

  • @alperg1142
    @alperg1142 3 ปีที่แล้ว

    Thanks.

  • @maximilianovasquez6924
    @maximilianovasquez6924 4 ปีที่แล้ว +1

    Hola José!
    Muy buenos tus videos!!!
    Me gustaría empezar con Python scripting en FreeCAD...
    Tienes material para compartir?? Algo de bibliografía o apuntes en pdf específicos de FreeCAD como para arrancar. Si es en español, mucho mejor...
    Muchas gracias

    • @josegegas
      @josegegas  3 ปีที่แล้ว

      Hola. Gracias. La verdad no tengo apuntes. Te recomiendo el foro y la documentación de FreeCAD. Todo lo que se necesita se encuentra allí. Te recomiendo también mirar el código de FreeCAD en sí. Por ejemplo, te puedes descargar un "workbench" y leer el código. A mi me sirvió mucho el código del FEM workbench.

  • @deltagamma1442
    @deltagamma1442 6 ปีที่แล้ว +1

    what is that software you copy pasted the code from? Do you have to create a separate script for each and every model or is there a way to specify the types of joints/ physical attributes within the freecad software itself?

    • @josegegas
      @josegegas  6 ปีที่แล้ว +5

      Hi. It is a python script I wrote. Yes, you have to write a script for every model but the general workflow is basically the same. Once you get the idea is easy and you just recycle the code for different models... You are welcome to download the model from the lin in the video description and try. Have a look at the Python code and let me know if you dont understand it :)

    • @deltagamma1442
      @deltagamma1442 6 ปีที่แล้ว +1

      Thanks :D Don't know python much, will give it a shot.

    • @supernova6553
      @supernova6553 4 ปีที่แล้ว +1

      @@deltagamma1442 the software is called kate

  • @andrewkibor9581
    @andrewkibor9581 4 ปีที่แล้ว +1

    Are there any physics defined i. rigid and collision bodies?

    • @josegegas
      @josegegas  3 ปีที่แล้ว

      Hi, yes, I use MBDyn for my simulations... MBDyn is also free and open source software

    • @josegegas
      @josegegas  3 ปีที่แล้ว

      Here are some other examples using FreeCAD and MBDyn: th-cam.com/video/hMCGFkGHnQU/w-d-xo.html

  • @kmalnasef1512
    @kmalnasef1512 6 ปีที่แล้ว +2

    hello
    I have a question plz
    after finishing modeling ,what we have to do with the design files?
    could you told me plz, what the next step after finishing it in freecad.

    • @josegegas
      @josegegas  6 ปีที่แล้ว +1

      Hi. Sorry I do not understand your question. Can you please explain me?

    • @kmalnasef1512
      @kmalnasef1512 6 ปีที่แล้ว

      after finish the drawing in freecad, what the next step?
      do we print the draws or send it to some type of machine or what?

    • @josegegas
      @josegegas  6 ปีที่แล้ว +3

      Once you have the drawings you can submit them to a workshop to manufacture the actual parts. Another option is, if you have access to CNC machines, you can generate G code to produce some parts. If you have access to 3D printers you should export the parts as STL files to print them. It all depends on what specific parts you want to do and the tools you have available. Your question is a bit vague. I hope my answere is helpful.

    • @kmalnasef1512
      @kmalnasef1512 6 ปีที่แล้ว

      thank you
      that's it.