Search found 3633 matches

by easyw-fc
Mon Sep 25, 2017 9:29 pm
Forum: Python scripting and macros
Topic: Faces or Edges constraint among non cylindrical parts Macro
Replies: 53
Views: 13821

Re: Faces or Edges constraint among non cylindrical parts Macro

freecad-heini-1 wrote: Sun Sep 24, 2017 7:01 pm Please check out this file with the six self created datum-planes.
fc017-align-dreiecke.fcstd
Now (v0.50) the macro should work correctly also with Datum Planes...
Maurice
by easyw-fc
Mon Sep 25, 2017 8:11 pm
Forum: Forum français
Topic: Nomenclature d'un ensemble de composants
Replies: 63
Views: 14134

Re: Nomenclature d'un ensemble de composants

Salut, .... Hi and thank you for going into this macro. I think the second method suggested would be fine ... Assembly2 could get a new feature from this macro... Maurice Bonjour et merci d'entrer dans cette macro. Je pense que la deuxième méthode suggérée serait bien ... Assembly2 pourrait obtenir...
by easyw-fc
Mon Sep 25, 2017 8:00 pm
Forum: Help on using FreeCAD
Topic: [SOLVED] Sketch saved or copied with wrong geometry
Replies: 12
Views: 1645

[SOLVED] Sketch saved or copied with wrong geometry

Hi, I'm using a macro to approximate a Bezier or BSpline with arcs as suggested in this topic https://forum.freecadweb.org/viewtopic.php?f=22&t=24606#p193097 The macro is working fine and the Sketch is good, but only until saved or copied. To focus on the problem I rewrote the macro and added a ...
by easyw-fc
Mon Sep 25, 2017 4:01 pm
Forum: Forum français
Topic: Nomenclature d'un ensemble de composants
Replies: 63
Views: 14134

Re: Nomenclature d'un ensemble de composants

meme2704 wrote: Mon Sep 25, 2017 3:03 pm C'est con parce que chez moi avec ma vieille bécane V0.16 et assembly2 ça marche.
Does 'Assembly of sub-assembly' work with the right counting pieces?
L'assemblage de sous-assemblage fonctionne-t-il avec les bons comptages?
by easyw-fc
Mon Sep 25, 2017 2:50 pm
Forum: Help on using FreeCAD
Topic: lose part properties when importing it in Assembly2
Replies: 15
Views: 2726

Re: lose part properties when importing it in Assembly2

julieAP wrote: Mon Sep 25, 2017 1:59 pm Yes it is working with the correct names ! Thanks a lot !
You are right, it doesn't work with sub-assembly...would it be possible to fix that ?
I think if you can ask to @flachyjoe he could fix it (also considering name issue)...
The macro is getting very nice though :D
by easyw-fc
Mon Sep 25, 2017 12:43 pm
Forum: Python scripting and macros
Topic: Divide curve with point
Replies: 5
Views: 1334

Re: Divide curve with point

And here is one more which I use to create sketches from imported Inkscape stuff - usually containing bezier curves: # Use PathUtils for the approxiamtion ''' Apprixamation of wires containing bezier curves by arcs ''' import FreeCAD import Path from PathScripts import PathUtils import Draft def sh...
by easyw-fc
Mon Sep 25, 2017 9:26 am
Forum: Help on using FreeCAD
Topic: lose part properties when importing it in Assembly2
Replies: 15
Views: 2726

Re: lose part properties when importing it in Assembly2

Thanks for the trick ! it was annoying not to be able to see the errors ! however, even if i am now able to see them, i still have no idea what they can mean haha Are you sub-assembly files reachable? C:/Users/V.Vergnon/Desktop/JULIE/bidouille cao/barre diam 8mm 300mm.FCStd C:/Users/V.Vergnon/Deskt...
by easyw-fc
Mon Sep 25, 2017 9:00 am
Forum: Help on using FreeCAD
Topic: lose part properties when importing it in Assembly2
Replies: 15
Views: 2726

Re: lose part properties when importing it in Assembly2

Hello ! Thanks for your help :) flashyjoe posted this: ..... However, it is not working with this assembly: test part list.FCStd that connects this two parts: test part list.FCStd test part list.FCStd It just opens the first part of the list of objects, in this case barre_diam_8mm_300mm. It doesn't...
by easyw-fc
Mon Sep 25, 2017 7:29 am
Forum: Help on using FreeCAD
Topic: How to change one coordinate of a group of elements?
Replies: 9
Views: 1674

Re: How to change one coordinate of a group of elements?

OK, please see the attached FreeCad file. Challenge: Move (align) the cylinders to be centered in the holes of the panel along the y-axis in one go without changing their X and Z coordinates (they are already aligned to the holes along the x-axis). Not in one go, but one by one here an option with ...
by easyw-fc
Sun Sep 24, 2017 7:57 pm
Forum: Python scripting and macros
Topic: Faces or Edges constraint among non cylindrical parts Macro
Replies: 53
Views: 13821

Re: Faces or Edges constraint among non cylindrical parts Macro

freecad-heini-1 wrote: Sun Sep 24, 2017 7:01 pm Please check out this file with the six self created datum-planes.
fc017-align-dreiecke.fcstd
Please have a look at release 0.48
It is not all fixed but it should be closer.
M