82
Laser Scanners
RF627, RF627Smart [Revision 2.1.2] 20.09.2021
Measuring the angle and determining the point of
intersection of the side segments of the trapezoid
Measuring the angle and determining the point of
intersection of arbitrary segments on the profile
Inputs:
“in1”
SDT_SEGMENT
Segment #1.
“in2”
SDT_SEGMENT
Segment #2.
Outputs:
“point”
SDT_POINT
The intersection point of two segments.
"angle"
SDT_SCALAR
The angle between segments in degrees.
“middle of two points” - calculating the midpoint between two points.
Calculating the midpoint between the endpoints of
two segments
Calculating the midpoint between the vertex of the
angle and one of the points of the trapezoid
Inputs:
“in1”
SDT_POINT
Point #1.
“in2”
SDT_POINT
Point #2.
Outputs:
“middle”
SDT_POINT
Midpoint.
“middle of line segment” - calculating the midpoint of the line segment.