LINE
- Last UpdatedOct 06, 2023
- 1 minute read
Purpose
Create a line segment as a Cline.
Syntax
LINE $W < $N $N $N $N <$N $N> !
$W $W !
/VCT ! /CCT ! /VV ! /VCP ! /VNS <$W $W>>
< /LAYER $N >
Description
Creates a line segment as a Cline, through either two coordinates, a vertex and tangent to a curve, tangent to two curves, between two vertices, through a vertex perpendicular to a curve or through a vertex perpendicular to a surface. The vertices or curves are selected with the cursor.
The line will be stored on the current layer unless the user specifies a specific layer.
Command Qualifiers
|
$W |
The name under which the resulting Cline will be stored. |
|
$N $N $N $N |
Creates a line through two coordinates. The four numbers are U1, V1, U2, V2 respectively. |
|
$N $N $N $N $N $N |
Creates a line through two coordinates. The six numbers are X1, Y1, Z1, X2, Y2, Z2respectively. |
|
/VCT |
Create a line through a vertex and tangent to a curve. |
|
/CCT |
Create a line tangent to two curves. |
|
/VV |
Create a line between two vertices. |
|
/VCP |
Create a line between a vertex and perpendicular to a curve. |
|
/VNS |
Create a line between a vertex and perpendicular to a surface. |
|
$W $W |
The names of the two objects to be joined. |
|
/LAYER $N |
Specifies a layer number on which the Cline is stored. |