لیسپ های کاربردی اتوکد

JOIN-Command

JOIN (Command)

JOIN (Command)

Joins the endpoints of linear and curved objects to create a single object.

Find

Combines a series of finite linear and open curved objects at their common endpoints
to create a single 2D or 3D object. The type of object that results depends on the
types of objects selected, the type of object selected first, and whether the objects
are coplanar.

NOTE: Construction lines, rays, and closed objects cannot be joined.

The following prompts are displayed.

Select source object or multiple objects to join at once:
Select lines, polylines, 3D polylines, arcs, elliptical arcs, helixes, or splines.

Source object

Specifies a single source object to which you can join other objects. Press Enter
after selecting the source object to begin selecting the objects to join. The following
rules apply for each type of source object:

Line

Only line objects can be joined to the source line. The line objects must all be collinear,
but can have gaps between them.

Polyline

Lines, polylines, and arcs can be joined to the source polyline. All objects must
be contiguous and coplanar. The resulting object is a single polyline.

3D Polyline

Any linear or curved object can be joined to the source 3D polyline. All the objects
must be contiguous, but can be noncoplanar. The resulting object is either a single
3D polyline or a single spline, depending on whether you are joining to a linear or
a curved object respectively.

Arc

Only arcs can be joined to the source arc. All the arc objects must have the same
radius and center point, but can have gaps between them. The arcs are joined in a
counterclockwise direction starting from the source arc.

The Close option converts the source arc into a circle.

Elliptical Arc

Only elliptical arcs can be joined to the source elliptical arc. The elliptical arcs
must be coplanar and have the same major and minor axes, but can have gaps between
them. The elliptical arcs are joined counterclockwise starting from the source elliptical
arc.

The Close option converts the source elliptical arc into an ellipse.

Helix

Any linear or curved object can be joined to the source helix. All objects must be
contiguous, but can be noncoplanar. The resulting object is a single spline.

Spline

Any linear or curved object can be joined to the source spline. All objects must be
contiguous, but can be noncoplanar. The resulting object is a single spline.

Multiple objects to join at once

Joins multiple objects without specifying a source object. The rules and resulting
object types are as follows:

  • A line object results from joining collinear lines. The lines can have gaps between
    their endpoints.
  • An arc or circle object results from joining coplanar arcs with the same center point
    and radius. The arcs can have gaps between their endpoints. Lengthening occurs in
    a counterclockwise direction. A circle object results if the joined arcs form a complete
    circle.
  • A spline object results from joining splines, elliptical arcs, or helixes together,
    or to other objects. The objects can be noncoplanar.
  • A polyline object results from joining coplanar lines, arcs, polylines, or 3D polylines.
  • A 3D polyline results from joining noncoplanar objects other than curved objects.

Learning AutoCad

spg 10, 2016 The join command in UNIX is a command line utility for joining lines of two files on a common field. It can be used to join two files by selecting fields within the line and joining the files on them.… Joins the lines of two files which share a common field of data. … For each pair of input lines with identical join fields, write a line to standard output. … Also, print unpairable lines from file FILENUM, where FILENUM is 1 or 2, corresponding to FILE1 or FILE2.… join command is used to join two files based on a key field present in both the files. The input files can be separated by white space or any …join is a command in Unix-like operating systems that merges the lines of two sorted text files based on the presence of a common field. It is similar to the join operator used in relational databases but operating on text files. The join command takes as input two text files and a number of options.Join Commands, Leave Commands, Console Join Commands, Console Leave Commands, First …… Join command is one of the text processing utility in Unix/Linux. Join command is used to combine two files based on a matching fields in the …join command reads the files specified by the File1 and File2 parameters, joins lines in the files according to the flags, and writes the results to standard …join command-line arguments, cross-platform.… Introduction. Join command is yet another example of text processing utility under GNU/Linux. Join command combines two files based on the …