get_poly_parallel_xld ( Parallels : : : Row1, Col1, Length1, Phi1, Row2, Col2, Length2, Phi2 )
Return an XLD parallel's data (as lines).
get_poly_parallel_xld returns the following values of
the XLD parallels Parallels:
Row1: Row coordinate of the points on polygon P1
Col1: Column coordinate of the points on polygon P1
Length1: Length of the line segment on polygon P1
Phi1: Angle of the line segment on polygon P1
Row2: Row coordinate of the points on polygon P2
Col2: Column coordinate of the points on polygon P2
Length2: Length of the line segment on polygon P2
Phi2: Angle of the line segment on polygon P2
Parameters
Parallels (input_object)
|
xld -> object
|
Input XLD parallels. |
Row1 (output_control)
|
polygon.y-array -> integer
|
Row coordinate of the points on polygon P1. |
Col1 (output_control)
|
polygon.x-array -> integer
|
Column coordinate of the points on polygon P1. |
Length1 (output_control)
|
real-array -> real
|
Length of the line segment on polygon P1. |
Phi1 (output_control)
|
angle.rad-array -> real
|
Angle of the line segment on polygon P1. |
Row2 (output_control)
|
polygon.y-array -> integer
|
Row coordinate of the points on polygon P2. |
Col2 (output_control)
|
polygon.x-array -> integer
|
Column coordinate of the points on polygon P2. |
Length2 (output_control)
|
real-array -> real
|
Length of the line segment on polygon P2. |
Phi2 (output_control)
|
angle.rad-array -> real
|
Angle of the line segment on polygon P2. |
Possible Predecessors
parallels_xld
See also
get_poly_xld,
get_lines_xld
Copyright © 1996-1997 MVTec Software GmbH