Build Your Own Arcade Controls Forum

Main => Everything Else => Topic started by: danny_galaga on July 03, 2021, 01:11:40 am

Title: help with noob freecad problem
Post by: danny_galaga on July 03, 2021, 01:11:40 am
See screenshot. I created a clone of a curved line, ran it parallel to the original and a vertical line intersects it. I want to join the vertical at intersection and remove the leftover bits. It's probably really simple but because I find it hard to get a handle on the nomenclature I don't know what to search for.
Title: Re: help with noob freecad problem
Post by: Ond on July 03, 2021, 07:46:28 pm
CAD and 3D programs generally share common mechanisms for design.  Where two 'lines' join is called a vertex.  Multiple vertex are referred to as vertices.  A vertex or vertices are objects that can be added to a line/spline/segment to subdivide it and or add connection points.  I don't use freecad but the concepts will be similar. To join the two lines at the intersection:

Add vertices to both lines at the intersecting point, weld the vertices together and delete the unwanted segments.
Title: Re: help with noob freecad problem
Post by: danny_galaga on July 07, 2021, 09:59:05 pm

Thankyou! Cutting and pasting that into my CAD notes do I don't forget ☺️
Title: Re: help with noob freecad problem
Post by: RandyT on July 08, 2021, 08:36:04 am
Not sure I understand correctly, but if I do, it's a very simple operation and present in most CAD software.

Check to see if this is what you are after:

Trimming (https://wiki.freecadweb.org/Sketcher_Trimming)

Title: Re: help with noob freecad problem
Post by: danny_galaga on July 13, 2021, 10:00:07 pm
Thanks guys. I will check tonight but that curved line I made with the b spline tool. I think I may have read somewhere that freecad has some issues with that function.
Title: Re: help with noob freecad problem
Post by: RandyT on July 14, 2021, 01:08:01 pm
Thanks guys. I will check tonight but that curved line I made with the b spline tool. I think I may have read somewhere that freecad has some issues with that function.

According to that page, the B-spline limitation only affects v0.18 and below.  If it doesn't work, I'd try the latest version and see if it has been fixed.
Title: Re: help with noob freecad problem
Post by: danny_galaga on August 16, 2021, 07:04:21 am

definitely something to do with B spline. If I create simple overlapping lines in a test sketch it works fine. see pics