Search found 2213 matches

by Zolko
Mon Jan 10, 2022 11:02 pm
Forum: Assembly
Topic: Assembly 4: Part link, the same elements few times
Replies: 5
Views: 1623

Re: Assembly 4: Part link, the same elements few times

I have some strange observation, is it some my mistake or something wrong with assembly workbench4? OK, found the bug: it was the Part::AttachExtensionPython introduced in the previous version (0.11.5) that also creates an AttachmentOffset which conflicts with that of Asm4. Please update and test. ...
by Zolko
Mon Jan 10, 2022 9:23 pm
Forum: Developers corner
Topic: Freecad fails to be serious CAD because of poor language choice
Replies: 58
Views: 13734

Re: Freecad fails to be serious CAD because of poor language choice

Making things faster is of course highly appreciated, and using the graphics card for that seems like a good idea. I’m only afraid that this means to implement a new geometric kernel too. I don't think that the OCC kernel is involved in the speed of rendering, that is the job of the scenegraph. And...
by Zolko
Mon Jan 10, 2022 7:43 pm
Forum: Assembly
Topic: Assembly 4: Part link, the same elements few times
Replies: 5
Views: 1623

Re: Assembly 4: Part link, the same elements few times

marcin.es30 wrote: Sun Jan 09, 2022 6:26 pm I have some strange observation, is it some my mistake or something wrong with assembly workbench4?
this is clearly a bug, I'm looking into it, thank-you for the report
by Zolko
Thu Jan 06, 2022 4:40 pm
Forum: Assembly
Topic: Assembly4: adding parts from an external file
Replies: 4
Views: 3490

Re: Assembly4: adding parts from an external file

kwhh.st wrote: Tue Jan 04, 2022 5:23 pm When I try to add them to an Assembly4 model then I get additional seperate files
what exactly did you "try to add them " ? Did you try Image ?
by Zolko
Tue Jan 04, 2022 12:06 pm
Forum: Announcements & Features
Topic: variant Link
Replies: 24
Views: 18295

Re: variant Link

9. Copy its Variables container or whatever we should call it (it is of type App::PropertyContainer). ... 11. Paste the Variables container into the Part. If you are a bit unlucky it might end up the wrong place, but then simply drag it into the Part. 12. Create the variable in the part, by doing t...
by Zolko
Mon Jan 03, 2022 3:12 pm
Forum: Assembly
Topic: Assembly4: adding parts from an external file
Replies: 4
Views: 3490

Re: Assembly4: adding parts from an external file

I have two parts which where made using the part WB. Now I would licke to import them into the assembly4 to animate them. Is there a way how to do this? That's exactly what Assembmly4 is there for: did you try to create a new document, create a new assembly, and then import a part: your parts shoul...
by Zolko
Tue Dec 21, 2021 10:34 am
Forum: Assembly
Topic: Assembly 4 workbench
Replies: 1346
Views: 900615

Re: Assembly 4 workbench

FreeCutter wrote: Mon Dec 06, 2021 9:29 pm maybe this is a bug in "Create symmetric of part":
yes, that tool is not very good
by Zolko
Tue Dec 21, 2021 10:30 am
Forum: Assembly
Topic: [Solved] Help for using the Assembly 4 "Configurations" tool
Replies: 18
Views: 7523

Re: Help for using the Assembly 4 "Configurations" tool

Hello, this is the first time I have needed to use Asembly 4 "Configurations" tool to make an exploded view of a complex assembly. This is not the intended workflow. Try the following: adjust your assembly to the state where you want it to be (offsets, visibility ...). When done, create a...
by Zolko
Thu Dec 16, 2021 10:41 am
Forum: Open discussion
Topic: Vertex Assembly, any ideas about attempting this.....
Replies: 12
Views: 3602

Re: Vertex Assembly, any ideas about attempting this.....

freedman wrote: Tue Dec 14, 2021 4:02 pm I'm building a macro ...

I'm really just adding some automation to what would normally be done as an Expression. Expressions work great but they are a hard to follow if you have more than a few pieces.
this looks like what Assembly4 does, and this is exactly how it started.
by Zolko
Tue Dec 14, 2021 12:11 pm
Forum: Assembly
Topic: Precision Of Translation Values In "Place Linked Part" Dialog Box
Replies: 10
Views: 3219

Re: Precision Of Translation Values In "Place Linked Part" Dialog Box

When I insert a part into an assembly, using the Assembly 4 workbench, I get the "Place Linked Part" dialog box. [...] In order to achieve greater precision, is there a way to increase the number of decimal places to the right of the decimal point in those value entry fields? that dialog ...