Assembly3 preview

Discussion about the development of the Assembly workbench.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
bambuko
Veteran
Posts: 2160
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: Assembly3 preview

Post by bambuko »

@FBXL5
I am downloading (2 more hrs to go :mrgreen: ) and will report back (I am using Linux)
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
bambuko
Veteran
Posts: 2160
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: Assembly3 preview

Post by bambuko »

Code: Select all

OS: Debian GNU/Linux 11 (bullseye) (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.0.33110 (Git) AppImage
Build type: Release
Branch: master
Hash: 18e40941ceb36c52701a7c74ea26043ef3385701
Python 3.11.3, Qt 5.15.8, Coin 4.0.0, Vtk 9.2.2, OCC 7.7.1
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * ToolViewReverse_ToolBar
  * DynamicData 2.46.0
  * sheetmetal 0.2.49
  * Assembly3 0.11.4
  * fasteners 0.3.40
  * ThreadProfile 1.81.0
  * Manipulator 1.4.3
Screenshot_20230508_224411.png
Screenshot_20230508_224411.png (32.1 KiB) Viewed 26999 times
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
FBXL5
Posts: 979
Joined: Sat Aug 03, 2019 8:45 pm

Re: Assembly3 preview

Post by FBXL5 »

bambuko wrote: Mon May 08, 2023 9:45 pm ...
That's what I get, too. After hitting the yes button this pops up:
ASM3-missing-solver-01.png
ASM3-missing-solver-01.png (21.31 KiB) Viewed 26908 times
And the report view tells me this:
ASM3-missing-solver-02.png
ASM3-missing-solver-02.png (70.81 KiB) Viewed 26908 times
One says that installation failed the other that installation was successful :shock:

And the result is a still not working ASM3 :(



Edit: Now I had the option to update ASM3 in the Addon-Manager and this time I was asked if missing dependencies (py-slvs) should be resolved. After hitting the yes button it was added as expected and now ASM3 seems to be alright again. :P
Last edited by FBXL5 on Tue May 09, 2023 10:32 am, edited 1 time in total.
User avatar
easyw-fc
Veteran
Posts: 3629
Joined: Thu Jul 09, 2015 9:34 am

Re: Assembly3 preview

Post by easyw-fc »

on win (from 7z file) to install the solver, I do:

Code: Select all

cd C:\FreeCAD\bin
python -m pip install --upgrade pip
python -m pip install py_slvs

Code: Select all

OS: Windows 10
Word size of FreeCAD: 64-bit
Version: 0.21.0.33110 (Git)
Build type: Release
Branch: master
Hash: 18e40941ceb36c52701a7c74ea26043ef3385701
Python 3.10.10, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
User avatar
jpg87
Posts: 809
Joined: Thu Mar 16, 2017 7:16 am
Location: Limoges - France
Contact:

Re: Assembly3 preview

Post by jpg87 »

@realthunder

Hi,
As far as I'm concerned, I installed the version for Windows yesterday :

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 2023.508.0.14555 (Git shallow)
Build type: Release
Branch: HEAD
Hash: 8af53bfe8e1bdbeafcd2515160e96ea680fb8ef2
Python 3.11.3, Qt 5.15.8, Coin 4.0.1, Vtk 9.2.5, OCC 7.7.1
Locale: French/France (fr_FR)
Installed mods: 
  * A2plusSavTraduc
  * Assembly3 0.12.0
  * BIM 2021.12.0
  * BOLTSFC
  * Curves 0.6.8
  * DynamicData 2.46.0
  * fasteners 0.4.2
  * fcgear 1.0.0
  * freecad.gears 1.0.0
  * IconThemes
  * PieMenu
  * QuickMeasure 2022.10.28
  * Render 2023.2.4
  * sheetmetal 0.2.63
  * symbols_library
...and I have the following problem with PartDesign WB :
pbNewVersion.jpg
pbNewVersion.jpg (81.71 KiB) Viewed 26883 times

Edit : same problem with 2023-05-09-gbac87b82 snap version (ubuntu)
My website : http://help-freecad-jpg87.fr updated 2023/11/06
User avatar
jpg87
Posts: 809
Joined: Thu Mar 16, 2017 7:16 am
Location: Limoges - France
Contact:

Re: Assembly3 preview

Post by jpg87 »

THANKS ! After the May 10 releases, everything seems to be working again.
My website : http://help-freecad-jpg87.fr updated 2023/11/06
josegegas
Posts: 241
Joined: Sat Feb 11, 2017 12:54 am
Location: New Zealand

Re: Assembly3 preview

Post by josegegas »

Hi.

When one creates a link to a body in an external file, and then drags the link into the "Parts" container of assembly3, the property "visibility" from the "view" tab stops working: the link is visible even when Visibility is set to false...
User avatar
bambuko
Veteran
Posts: 2160
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: Assembly3 preview

Post by bambuko »

josegegas wrote: Wed Jun 07, 2023 4:56 pm ...
which version of FreeCAD are you using?
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
FBXL5
Posts: 979
Joined: Sat Aug 03, 2019 8:45 pm

Re: Assembly3 preview

Post by FBXL5 »

The icon
constrGen.png
constrGen.png (15.46 KiB) Viewed 25369 times
Assembly ConstraintGeneral.svg is used by 3 tools in the GUI:
Assembly3 ConstraintSymmetricHorizontal
Assembly3 ConstraintSymmetricVertical
Assembly3 ConstraintEqualLineArcLength.
Is it possible to replace this with the proper icons for each tool?
The last tool's icon was in the source and so has been put on the wiki page, but both other icons are still unknown.
gatlib
Posts: 59
Joined: Fri Nov 09, 2018 5:17 pm

Re: Assembly3 preview

Post by gatlib »

[Not sure if this is the correct place...]

I think I've found a small bug (maybe it's a known issue?) in Link Daily 2023.08.11, the application crashes and closes instantly when I right-click anywhere in the "View" tab of the combo view (eg. to "Show all", but that's not relevant here). The crash happens for me even for an empty body, I did not attach a test-file, only a screen-shot of the "View" tab.

Code: Select all

OS: Debian GNU/Linux 10 (buster) (XFCE/lightdm-xsession)
Word size of FreeCAD: 64-bit
Version: 2023.811.0.14555 (Git shallow) AppImage
Build type: Release
Branch: HEAD
Hash: d31fdf6ab71bf52a96d5d3b81f3b8349bca24e27
Python 3.11.4, Qt 5.15.8, Coin 4.0.1, Vtk 9.2.5, OCC 7.7.2
Locale: English/United States (en_US) [ OS: English/United States (en_US) ]
Installed mods: 
  * Assembly4 0.50.2
  * Assembly3 0.12.0
Attachments
Screenshot_View_tab.png
Screenshot_View_tab.png (82.04 KiB) Viewed 19961 times
Post Reply