Search found 2213 matches

by Zolko
Thu Mar 07, 2024 4:11 pm
Forum: Assembly
Topic: Assembly 4 workbench
Replies: 1331
Views: 852289

Re: Assembly 4 workbench

Creating a new Assembly in a new clean file Running the Python command 'Asm4_newAssembly' failed: Traceback (most recent call last): File "/home/lheck/.local/share/FreeCAD/Mod/Assembly4/./newAssemblyCmd.py", line 84, in Activated lcs0.Support = [(assembly.Origin.OriginFeatures[0],'')] 'Pa...
by Zolko
Thu Mar 07, 2024 11:01 am
Forum: Assembly
Topic: Animate Assembly
Replies: 6
Views: 1742

Re: Animate Assembly

moonlight wrote: Wed Aug 16, 2023 6:59 pm Anyways, I wrote this patch/workaround to fix the error:
...
Thank you for this cool piece of software!
thanks, I included your code
by Zolko
Thu Mar 07, 2024 10:49 am
Forum: Help on using FreeCAD
Topic: [Assembly4] "Save" button does not work, saying OpenCV not installed
Replies: 17
Views: 2177

Re: [Assembly4] "Save" button does not work, saying OpenCV not installed

IIVQ wrote: Tue Mar 05, 2024 9:04 pm So I don't have the same issue as you, but still get "The Python module "OpenCV" is not installed".
...
For now, I can live without saving the animation, but a fix would be cool.
I released a new WB version with a fix, can you please update and check again ?
by Zolko
Wed Mar 06, 2024 7:47 am
Forum: Help on using FreeCAD
Topic: [Assembly4] "Save" button does not work, saying OpenCV not installed
Replies: 17
Views: 2177

Re: [Assembly4] "Save" button does not work, saying OpenCV not installed

That error message is very misleading as it can be caused by the Pillow library being version 10.0 or greater therefore it should be pinned to version 9.5.0 which has been done to the Conda builds recently Could you explain that more in details please ? Some users seem to have issues with that Open...
by Zolko
Tue Mar 05, 2024 8:28 pm
Forum: Assembly
Topic: Manage constraints through sub-assembly ?
Replies: 32
Views: 6030

Re: Manage constraints through sub-assembly ?

ppemawm wrote: Tue Mar 05, 2024 5:45 pm
Bernard19 wrote: Tue Mar 05, 2024 9:46 am I think I have a problem with the structure of my main file.
There is a macro in the AddOn manager which may help in analyzing your assembly structure:
This function exists in the Asm4 workbench : "Tree of linked files" (we have developed it together with the macro)
by Zolko
Tue Mar 05, 2024 11:49 am
Forum: Help on using FreeCAD
Topic: Can we conquer Sketch Flipping?
Replies: 18
Views: 1645

Re: Can we conquer Sketch Flipping?

Vagulus wrote: Tue Mar 05, 2024 10:13 am it dawned on me that I could put the LCSs directly on the Master_Sketch - cutting out the intermediate Sketches altogether.
Yes, that's the good way of soing, I have the feeling you've made that more complicated than necessary
by Zolko
Mon Mar 04, 2024 10:35 pm
Forum: Assembly
Topic: Manage constraints through sub-assembly ?
Replies: 32
Views: 6030

Re: Manage constraints through sub-assembly ?

When installing the universal joint at the level of the Av cell, I noticed that another angular position was missing to align me with the output of the differential. You will need to add a reference point on the suspension body where the universal joint attaches. Import it to the assembly parent le...
by Zolko
Thu Feb 29, 2024 3:05 pm
Forum: Assembly
Topic: Assembly 4 workbench
Replies: 1331
Views: 852289

Re: Assembly 4 workbench

Actually, changing anything in the "Edit Placement of the part" is enough to reset the colors of the object. Is this a bug? It may be related to the new changes in the code related to the Materials. this looks furiously similar to https://forum.freecad.org/viewtopic.php?t=85619 . The issu...
by Zolko
Thu Feb 29, 2024 11:15 am
Forum: Assembly
Topic: Manage constraints through sub-assembly ?
Replies: 32
Views: 6030

Re: Manage constraints through sub-assembly ?

Your presentation [dim. nov. 24, 2019 2:28 pm - ASM_cardan.FCstd] is complex for me in terms of cinematics. Can you explain to me ? I don't remember, sorry. I do remember that it was purely geometric, no magic involved But apart from the intellectual challenge, are you sure you really need to model...
by Zolko
Wed Feb 28, 2024 7:43 am
Forum: Help on using FreeCAD
Topic: Can't unhighlight/unselect part in assembly
Replies: 5
Views: 471

Re: Can't unhighlight/unselect part in assembly

Actually, to begin with, you can try to use Asm4 as you would with other CADs (1 part/assembly per file) In my past modeling, assemblies referenced parts but didn't contain them; assemblies contained instances this is how Assembly4 works also This is what I've done here; are you saying it's wrong, ...