Join
connects a series of curves and geometry objects into a single curve. If the end points are not in the same location, a straight line is drawn between them to create the curve. You can specify the order of the objects manually or allow
FeatureCAM to calculate the path along them. You can only join whole curves and geometry objects, to connect segments see
Chaining.
To use
Join:
- Select Construct tab > Curves panel > From Curves > Join to display the
Join Curves dialog.
- Optionally enter a curve name in the
Name field, or leave the default name.
- Use one of the following methods to add the curves you want to join to the
Objects list:
- Select a curve in the
Curve list and click the
Add item from list
button.
- Select a curve in the graphics window or the
Part View panel and click the
Add item from list
button.
- Click the
Pick curve or geometry
button and select a curve in the graphics window.
- Select
Show Preview to display a preview of the new curve in the graphics window.
- To change the order of the objects, click the
Move item up
and the
Move item down
buttons.
- To reverse the direction of an object, select it from the
Object list and click the
Reverse selected curve
button.
- To remove an object from the
Objects list, select it and click the
Delete item
button.
- Optionally select
Connect start and end. This draws a straight line between the open end of the first curve and the open end of the last curve. A preview of this line is shown in the graphics window; ensure the line does not intersect the curve.
- Click
OK.
The
Tolerance is used in two ways:
- When
FeatureCAM decides how to order the segments. If the distance between two segments is lower than the tolerance value, they are considered adjacent and are joined together; otherwise the closest segment is joined with a straight line.
- When creating the new curve from the ordered segments. If the distance between the first point of a segment and the last point of the previous segment is less than the tolerance value, the first point is not added; otherwise the first point is added to the new curve, resulting in a line segment between the two points.
When working with curves,
FeatureCAM examines the last control point as compared to the first control point of the next object. Arcs are converted to curves and manipulated as curves. When comparing points,
FeatureCAM uses a Manhattan distance.