Joining two cirlces doesnt wotk in Sketchup

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
maar
Posts: 3
Joined: Wed Dec 07, 2016 3:31 pm

Joining two cirlces doesnt wotk in Sketchup

Post by maar »

Hi,

I'm trying to join two circles and make "8" without two lines between circles. Am I doing it wrong or it is a bug?
I reproduced this problem, please take a look at my movie:https://youtu.be/r96e8dUUV1I.

OS: Windows 7
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.9175 (Git)
Build type: Release
Branch: master
Hash: 26e1a24060df702816e9561b8473bd3fb41825e2
Python version: 2.7.8
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.0.0
User avatar
Willem
Veteran
Posts: 1854
Joined: Fri Aug 12, 2016 3:27 pm
Location: Lisse, The Netherlands

Re: Joining two cirlces doesnt wotk in Sketchup

Post by Willem »

Hi, welcome to Freecad and the forum,
Select both circles with your mouse, they change now color to green.
Select the tangent constrain icon.
The circles change like you wish
Schermafdruk van 2016-12-07 17-24-11.png
Schermafdruk van 2016-12-07 17-24-11.png (224.58 KiB) Viewed 1410 times
maar
Posts: 3
Joined: Wed Dec 07, 2016 3:31 pm

Re: Joining two cirlces doesnt wotk in Sketchup

Post by maar »

Hi,

Thanks for answer. Looks like I didn't make it clear what I would like to do. According to movie which I uploaded to youtube I made two circles with common area. I tried to delete this common area to have only one "object" but it doesn't work. There is unexpected behaviour, take a look at movie, please.

Br,
Marcin
_taras_
Posts: 78
Joined: Mon Jul 13, 2015 8:57 pm

Re: Joining two cirlces doesnt wotk in Sketchup

Post by _taras_ »

OS: Ubuntu 14.04.5 LTS
Word size of OS: 32-bit
Word size of FreeCAD: 32-bit
Version: 0.16.6707 (Git)
Build type: None
Branch: releases/FreeCAD-0-16
Hash: 5465bc47c95db45e0be85dc0e2872419efadce0f
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17


I confirm the bug working " trim...picked position" with circles
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Joining two cirlces doesnt wotk in Sketchup

Post by sgrogan »

A work around would be to use 2 arcs, with the rim points constrained coincident.
"fight the good fight"
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Joining two cirlces doesnt wotk in Sketchup

Post by NormandC »

Hello Marcin,

Somehow your subject reads wrong (apart from the obvious typo in "wotk").
maar wrote:Joining two cirlces doesnt wotk in Sketchup
Sketchup is a totally different program...

In FreeCAD it is called the Sketcher.

The Sketcher Trim tool has never worked well with circles... Unfortunately no developer has managed to improve how it works with circles thus far.
maar
Posts: 3
Joined: Wed Dec 07, 2016 3:31 pm

Re: Joining two cirlces doesnt wotk in Sketchup

Post by maar »

NormandC wrote:Hello Marcin,

Somehow your subject reads wrong (apart from the obvious typo in "wotk").
maar wrote:Joining two cirlces doesnt wotk in Sketchup
Sketchup is a totally different program...

In FreeCAD it is called the Sketcher.

The Sketcher Trim tool has never worked well with circles... Unfortunately no developer has managed to improve how it works with circles thus far.
Yes, you are right, it should be Sketcher. However, do you have any idea which file covers trimming implementation? I'm C/C++/Python developer so maybe I'll find a bug.
ickby
Veteran
Posts: 3116
Joined: Wed Oct 05, 2011 7:36 am

Re: Joining two cirlces doesnt wotk in Sketchup

Post by ickby »

maar wrote:do you have any idea which file covers trimming implementation? I'm C/C++/Python developer so maybe I'll find a bug.
Have a look at the Handler which is responsible for running the correct python command and the trim function itself.

Any help on the code would be appreciated.
Post Reply