Search found 4698 matches

by mario52
Fri Apr 05, 2024 4:42 pm
Forum: Forum français
Topic: Réalisation d'un treillis de tubes en acier
Replies: 32
Views: 8122

Re: Réalisation d'un treillis de tubes en acier

Bonjour Tes macros permettent d'avoir des lignes attachées à des objets ? non mes macros créent des objets indépendants pouvez vous donner le fichier de votre exemple ? tous les couples étaient représentés imbriqués les uns dans les autres avec une ligne d'axes pour les repositionnés c'est ainsi que...
by mario52
Thu Apr 04, 2024 9:42 pm
Forum: Forum français
Topic: Réalisation d'un treillis de tubes en acier
Replies: 32
Views: 8122

Re: Réalisation d'un treillis de tubes en acier

Bonsoir en utilisant Draft pour faire le squelette (rectangles lignes ...) Help making a tubular tower pas de problème pour raccorder les lignes j'avais utilisé Macro_FC_Convert_Lines https://wiki.freecad.org/images/thumb/e/e2/Macro_FCConvertLines.png/32px-Macro_FCConvertLines.png pour discrétiser l...
by mario52
Thu Apr 04, 2024 12:14 pm
Forum: Forum français
Topic: DATUM
Replies: 6
Views: 542

Re: DATUM

Bonjour cedric52 j'avais fait cette macro Macro_FCCamera https://wiki.freecad.org/images/thumb/2/25/FCCamera_00.png/32px-FCCamera_00.png 1: sélectionnez la face de travail de l'objet 2: cliquez sur le bouton " To face " https://wiki.freecad.org/images/thumb/f/f5/FCCamera_03.png/24px-FCCame...
by mario52
Tue Apr 02, 2024 9:10 am
Forum: Help on using FreeCAD
Topic: Spline through a list of points
Replies: 1
Views: 247

Re: Spline through a list of points

Hi

try Macro_Dxf_To_Shape Image select the type line and read the txt file (always prototype macro)

DXFtoShape_Points00.png
DXFtoShape_Points00.png (6.29 KiB) Viewed 209 times
DXFtoShape_Points00.FCStd
(319.04 KiB) Downloaded 99 times

mario
by mario52
Fri Mar 29, 2024 10:05 am
Forum: Open discussion
Topic: auto things making life "easier"
Replies: 17
Views: 1180

Re: auto things making life "easier"

Hi bambuko try Macro_findConfigFiles https://wiki.freecad.org/images/thumb/b/b5/Macro_findConfigFiles.png/32px-Macro_findConfigFiles.png (by TheMarkster) "These files can be renamed in order to reset FreeCAD's settings back to their original defaults. This can sometimes fix problems you are hav...
by mario52
Sun Mar 17, 2024 10:32 pm
Forum: Forum français
Topic: Texte en courbe et en relief
Replies: 18
Views: 1539

Re: Texte en courbe et en relief

Bonsoir 1_ L’espace entre les lettres n’est pas régulier. Comment y remédier ? en travaillant avec les fontes monospaces cette macro positionne le caractère au degrés sans tenir conte de l'épaisseur du caractère 2_ Il ne me parait pas possible d’aller modifier ultérieurement les paramètres et il fau...
by mario52
Sun Mar 17, 2024 8:04 pm
Forum: Help on using FreeCAD
Topic: FCInfo Macro
Replies: 121
Views: 38019

Re: FCInfo Macro

Hi Moment of Inertia unit is wrong. It needs to be mm^4, cm^4 or m^4 thanks for you contribution, this section (inertia) is worked by pinq i have adding 2 spinbox MomentOfInertia and MomentOfInertiaMassique , you can choice your value i change also the formula : (give always the same value !) Matrix...
by mario52
Wed Feb 14, 2024 10:47 am
Forum: Python scripting and macros
Topic: Select Faces Macro
Replies: 36
Views: 37960

Re: Select Faces Macro

Hi

ow with chat GPT

then now for visualize the level of selection example:

CubeVertex00.gif
CubeVertex00.gif (233.9 KiB) Viewed 512 times

mario
by mario52
Tue Feb 13, 2024 2:26 pm
Forum: Open discussion
Topic: New Sketcher feature discussion, circle to the Nth.
Replies: 17
Views: 1538

Re: New Sketcher feature discussion, circle to the Nth.

Hi

maybe Macro_Cut_Circle cut arc or circle in x arcs

mario