[solved] Problems with tangent lines

If you are having problems with QCAD, post here. Please report bugs through our Bug Tracker instead.

Always attach your original DXF or DWG file and mentions your QCAD version and the platform you are on.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
jvalencia
Full Member
Posts: 51
Joined: Mon Jun 29, 2015 8:26 pm

[solved] Problems with tangent lines

Post by jvalencia » Wed Sep 23, 2015 2:13 pm

Each time I try to make a polyline from tangent lines, it will intersect with itself.
I've attached a dxf with the problem. This time I can't find where the problem is.

I'm using V-Carve (CAM software) that sees the polyline as Open. Autocad will say that it intersects with itself.

The procedure I follow to make that figure is:

- 2 circles
- Tangent-Tangent line
- Auto-Trim on both circles
- Create polyline from segments

Thanks.
Attachments
tangent.dxf
(144.09 KiB) Downloaded 432 times

User avatar
andrew
Site Admin
Posts: 9058
Joined: Fri Mar 30, 2007 6:07 am

Re: Problems with tangent lines

Post by andrew » Wed Sep 23, 2015 4:22 pm

Polylines can be...
- logically closed: first and last vertex are not identical, but the information that the polyline is closed is stored together with the polyline geometry
- geometrically closed: the last vertex jut happens to coincide with the first vertex

Your CAM software likely expects closed polylines to be logically closed.

To create a clean, logically closed polyline proceed as follows:
- select the polyline
- Modify > Explode
- Delete the straight line at the top
- Draw > Polyline > Create from Segments
- Click any of the three remaining entities
- Select the polyline
- View > Property Editor
- Change property Closed to Yes

jvalencia
Full Member
Posts: 51
Joined: Mon Jun 29, 2015 8:26 pm

Re: Problems with tangent lines

Post by jvalencia » Wed Sep 23, 2015 9:03 pm

Thanks Andrew, that worked!

Post Reply

Return to “QCAD Troubleshooting and Problems”