combine command

Syntax

sketch edge combine keyword

Primary keywords:

id    tolerance

Combine edges into a single edge.

id i1 i2 i3 ...

Combine edges with the specified IDs i1 i2 i3 … into a single spline-type edge. A number of control points are inserted automatically to best approximate the original polyline (consisting of the specified edges). Only the edges connected to no more than one other edge from each end can be combined.

tolerance f

Specifies the tolerance of original polyline approximation by the new spline-type edge. The tolerance f can vary from 0.001 to 0.999, with a default value of 0.1. The smaller the tolerance value the more control points are inserted on the new single edge.