geometry[ParallelLine] - find the line which goes through a given point and is parallel to a given line
|
Calling Sequence
|
|
ParallelLine(lp, P, l)
|
|
Parameters
|
|
lp
|
-
|
the name of the line to be created
|
P
|
-
|
point
|
l
|
-
|
line
|
|
|
|
|
Description
|
|
•
|
The routine finds the line which goes though point P and is parallel to line l.
|
•
|
For a detailed description of the line to be created lp, use the routine detail (e.g., detail(lp))
|
•
|
The command with(geometry,ParallelLine) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?