How to erase the line after add component

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!
Post Reply
bakuiseok
Posts: 17
Joined: Wed Jan 29, 2020 6:12 am

How to erase the line after add component

Post by bakuiseok »

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)

Arch workbench in use. After adding components of the two walls together, a line is formed in the image below. Isn't it normal that I can't see the line if I put the wall together? I don't know why I see a line. And tell me how to get rid of the rope. Thank you.
Attachments
new Model 208-18, Architecture B.FCStd
(427.25 KiB) Downloaded 21 times
2022-10-03.png
2022-10-03.png (279.97 KiB) Viewed 653 times
2022-10-03.png
2022-10-03.png (244.17 KiB) Viewed 653 times
Last edited by bakuiseok on Mon Oct 03, 2022 6:19 am, edited 2 times in total.
User avatar
onekk
Veteran
Posts: 6146
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: How to erase the edge after add component

Post by onekk »

Hello.

Please add FreeCAD full version info as required in IMPORTANT: post in top of page, it will be easier to know the missing info about you FreeCAD version.


Regards.

Carlo D.
Last edited by onekk on Mon Oct 03, 2022 5:21 am, edited 1 time in total.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: How to erase the edge after add component

Post by Roy_043 »

I think there are some inaccuracies in the model which result in neighboring faces that are not co-planar. For example the points of Wire032:
Attachments
Wire0032_accuracy.png
Wire0032_accuracy.png (12.05 KiB) Viewed 568 times
bakuiseok
Posts: 17
Joined: Wed Jan 29, 2020 6:12 am

Re: How to erase the line after add component

Post by bakuiseok »

@Roy_043 I connected the line using a snap tool, but I don't know why the location was wrong. Is there a way to solve this problem? Sometimes I used a snap tool, but I feel that it may not be accurate.
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: How to erase the line after add component

Post by Roy_043 »

The inaccuracies I see suggest user error. One thing to avoid is having Draft_Snap_Near permanently active. Also note that you can create a wall with an offset from the base wire, so Wire0032 could have been drawn on top of grid lines I think.
User avatar
papyblaise
Veteran
Posts: 7872
Joined: Thu Jun 13, 2019 4:28 pm
Location: France

Re: How to erase the line after add component

Post by papyblaise »

I confirm that wire032 and line009 are not aligned, as I never invested in the understanding of Draft, I transformed into a sketch and aligned the 2
and There you go
Attachments
wall.JPG
wall.JPG (21.11 KiB) Viewed 357 times
wall.FCStd
(335.64 KiB) Downloaded 11 times
Post Reply