Assembling Lofted Parts... Best Practices??

Discussion about the development of the Assembly workbench.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
LVAeronautics
Posts: 105
Joined: Sun Nov 20, 2022 6:21 pm
Contact:

Assembling Lofted Parts... Best Practices??

Post by LVAeronautics »

Okay folks, got a question for you all. I have some lofted pieces that are meant to be joined together; in this case, an upper and lower wing surface. I made an upper and lower surface (2 B-Splines lofted together; made without issue), but when I tried assembling them in the A2Plus WB, I was getting all sorts of error messages. I tried constraining along the long leading edge axis, I tried a point to point, no luck.

Some screenshots of what I have; drawing file attached:
Met but not assembled.jpg
Met but not assembled.jpg (36.21 KiB) Viewed 835 times
Pulled Apart because not constrained.jpg
Pulled Apart because not constrained.jpg (40.8 KiB) Viewed 835 times
I am liking to think I am missing a simple step; any ideas, folks?

Thank you in advance!!

My current setup is listed below:

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.1.29410 (Git)
Build type: Release
Branch: releases/FreeCAD-0-20
Hash: f5d13554ecc7a456fb6e970568ae5c74ba727563
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: English/United States (en_US)
Installed mods: 
  * A2plus 0.4.60f
  * AirPlaneDesign 0.4.0
  * Assembly4 0.12.4
  * CurvedShapes 1.0.4
  * Curves 0.6.4
  * ExplodedAssembly
  * fasteners 0.4.25
  * FeedsAndSpeeds 0.5.0
  * LCInterlocking
  * Plot 2022.4.17
  * Pyramids-and-Polyhedrons
  * sheetmetal 0.2.59
  * Ship 2022.4.11
Attachments
Sample Loft Assembly.FCStd
(79.13 KiB) Downloaded 52 times
"Testing leads to Failure, and Failure leads to Understanding" -Burt Rutan
chrisb
Veteran
Posts: 54201
Joined: Tue Mar 17, 2015 9:14 am

Re: Assembling Lofted Parts... Best Practices??

Post by chrisb »

Moved from Help forum.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
jpg87
Posts: 809
Joined: Thu Mar 16, 2017 7:16 am
Location: Limoges - France
Contact:

Re: Assembling Lofted Parts... Best Practices??

Post by jpg87 »

LVAeronautics wrote: Tue Dec 13, 2022 6:59 pm ... I tried a point to point, no luck.
Hello, I tested with Assembly3 WB.
The first 2 PointsCoincident constraints worked, the 3rd didn't.

PointsCoincident.png
PointsCoincident.png (77.81 KiB) Viewed 712 times


So I replaced it with PointsDistance and I got to 10 microns, but no less!

PoinsDistance.png
PoinsDistance.png (82.51 KiB) Viewed 712 times

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.31155 (Git)
Build type: Release
Branch: master
Hash: 6f1b29769b33676edca2bd883b80bed25a0758c8
Python 3.10.8, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: French/France (fr_FR)
Installed mods: 
  * A2plusSavTraduc
  * Assembly3 0.11.4
  * BIM 2021.12.0
  * BOLTSFC
  * Curves 0.5.5
  * DynamicData 2.46.0
  * fasteners 0.4.2
  * fcgear 1.0.0
  * freecad.gears 1.0.0
  * IconThemes
  * PieMenu
  * QuickMeasure 2022.10.28
  * symbols_library
Attachments
Sample Loft Assembly_jpg87.FCStd
(101.01 KiB) Downloaded 46 times
My website : http://help-freecad-jpg87.fr updated 2023/11/06
Post Reply