get_parallels_xld — Return an XLD parallel's data (as lines).
get_parallels_xld returns for the first XLD parallel in
Parallels the following values:
Row1: |
Row coordinates of the points on polygon P1 |
Col1: |
Column coordinates of the points on polygon P1 |
Length1: |
Lengths of the line segments on polygon P1 |
Phi1: |
Angles of the line segments on polygon P1 |
Row2: |
Row coordinates of the points on polygon P2 |
Col2: |
Column coordinates of the points on polygon P2 |
Length2: |
Lengths of the line segments on polygon P2 |
Phi2: |
Angles of the line segments on polygon P2 |
Parallels (input_object) xld → object
Input XLD parallels.
Row1 (output_control) polygon.y-array → (real)
Row coordinates of the points on polygon P1.
Col1 (output_control) polygon.x-array → (real)
Column coordinates of the points on polygon P1.
Length1 (output_control) real-array → (real)
Lengths of the line segments on polygon P1.
Phi1 (output_control) angle.rad-array → (real)
Angles of the line segments on polygon P1.
Row2 (output_control) polygon.y-array → (real)
Row coordinates of the points on polygon P2.
Col2 (output_control) polygon.x-array → (real)
Column coordinates of the points on polygon P2.
Length2 (output_control) real-array → (real)
Lengths of the line segments on polygon P2.
Phi2 (output_control) angle.rad-array → (real)
Angles of the line segments on polygon P2.
get_polygon_xld,
get_lines_xld
Foundation