Construct two parts

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
koluna
Posts: 338
Joined: Thu Sep 20, 2018 12:36 pm

Construct two parts

Post by koluna »

Hi, All!

OS: Linux Mint 18.1 Serena
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13528 (Git) AppImage
Build type: None
Branch: releases/FreeCAD-0-17
Hash: 5c3f7bf8ec51e2c7187789f7edba71a7aa82a88b
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedKingdom (en_GB)

Help me, please.
I have two parts in my project (I took them from GrabCAD).
I want to connect a hotend to an extruder.
How can I construct my parts together?
I can make it by the hands with Transform or Manipulator (Mover).
But it is long and it is not comfortable.
I want make it with special tool.
Maybe I make something wrong. Correct me.

I gave a project file link bellow.
https://yadi.sk/d/c-ZwqY96UL4zpQ
Attachments
head.png
head.png (64.64 KiB) Viewed 1225 times
chrisb
Veteran
Posts: 54150
Joined: Tue Mar 17, 2015 9:14 am

Re: Construct two parts

Post by chrisb »

There are two approaches to assemblies, you find more information in the dedicated forum https://forum.freecadweb.org/viewtopic.php?f=20&t=29207 and https://forum.freecadweb.org/viewtopic.php?f=20&t=25712. Both are still under development. Manipulator workbench is a suitable tool too.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
easyw-fc
Veteran
Posts: 3633
Joined: Thu Jul 09, 2015 9:34 am

Re: Construct two parts

Post by easyw-fc »

koluna wrote: Thu Oct 18, 2018 1:00 pm Hi, All!

Help me, please.
I have two parts in my project (I took them from GrabCAD).
I want to connect a hotend to an extruder.
How can I construct my parts together?
I can make it by the hands with Transform or Manipulator (Mover).
But it is long and it is not comfortable.
I want make it with special tool.
Maybe I make something wrong. Correct me.

I gave a project file link bellow.
https://yadi.sk/d/c-ZwqY96UL4zpQ
if you use Aligner of manipulator WB you can align the two objects in one step.
koluna
Posts: 338
Joined: Thu Sep 20, 2018 12:36 pm

Re: Construct two parts

Post by koluna »

chrisb wrote: Thu Oct 18, 2018 2:09 pm There are two approaches to assemblies, you find more information in the dedicated forum https://forum.freecadweb.org/viewtopic.php?f=20&t=29207 and https://forum.freecadweb.org/viewtopic.php?f=20&t=25712. Both are still under development. Manipulator workbench is a suitable tool too.
Does A2Plus work normally?
I will read about A2Plus. Thanks.
I do not want to use Assembly3 because it is not main branch. I am scared :)

I could not align my parts with Manipulator.
I got an intersection of my parts :(
Used faces are shown at head1.png.
https://yadi.sk/d/5aOFy8dnG5UL8Q
Attachments
head1.png
head1.png (63.43 KiB) Viewed 1201 times
head2.png
head2.png (107.19 KiB) Viewed 1201 times
koluna
Posts: 338
Joined: Thu Sep 20, 2018 12:36 pm

Re: Construct two parts

Post by koluna »

easyw-fc wrote: Thu Oct 18, 2018 2:32 pm if you use Aligner of manipulator WB you can align the two objects in one step.
I would like it! :)
But... do I make something wrong?
I selected a left edge (extruder).
I selected a right edge (hot-end).
I initialized Manipulator.
And I press to Align button.
Attachments
deal.png
deal.png (99.04 KiB) Viewed 1198 times
User avatar
easyw-fc
Veteran
Posts: 3633
Joined: Thu Jul 09, 2015 9:34 am

Re: Construct two parts

Post by easyw-fc »

1 step aligning:
align-1-step.gif
align-1-step.gif (1004.06 KiB) Viewed 1175 times
koluna
Posts: 338
Joined: Thu Sep 20, 2018 12:36 pm

Re: Construct two parts

Post by koluna »

I am stupid... I selected wrong edge...
Thanks a lot! :)
koluna
Posts: 338
Joined: Thu Sep 20, 2018 12:36 pm

Re: Construct two parts

Post by koluna »

What would you do if there was not the first selected part (e3d_titan013)?
TheMarkster
Veteran
Posts: 5508
Joined: Thu Apr 05, 2018 1:53 am

Re: Construct two parts

Post by TheMarkster »

Can do with standard Placement in 0.18. But there is extra step of mapping a Part vertex to each of the alignment circles.

Edit: I should have noted, pressing Shift keyboard key while clicking Apply axial will cause the object to move in the opposite direction. In this example, the first time I clicked Apply axial the part moved the wrong direction, so I Shift+clicked the next time.

Also, if you Shift+click the Selected points button with 2 points selected the distance is automatically copied to the clipboard, so the additional step of copying from the report view can be skipped, just need to paste into Axial spinbox.

phpBB [video]
User avatar
easyw-fc
Veteran
Posts: 3633
Joined: Thu Jul 09, 2015 9:34 am

Re: Construct two parts

Post by easyw-fc »

koluna wrote: Fri Oct 19, 2018 1:09 pm What would you do if there was not the first selected part (e3d_titan013)?
The model you have imported has some bspline instead of arc of circle, so it is much difficult to align the models without some tricks (like adding additional planes or points), if you don't find regular surfaces to be used as aligning reference.
Bspline-arc.png
Bspline-arc.png (154.86 KiB) Viewed 1079 times
Post Reply