__header__

Description

The Geo Points Difference Tool allows the user to input two sets of points and creates one set of points as an aveeage or difference of the input pointsusing the parameters that the user has set within this tool.

Inputs

CIFViewer

optional viewer for display

PointsA
PointsB

The two sets of points

Parameters

Points

The outout points

Count

his is the number of new points that were found. (Min between the two)

Index

  • Index
  • ie into the point set as defined by the user
  • |x|y|z|Dist
  • finds the closest point in the points nearest the X or Y or Z values.
  • Dist
  • finds the closest point in x and y and z

    ScaleFactorA
    ScaleFactorB

    Note the Scale Factor A & B values will be used together to find the the single set of points comparing and finding the difference between set of points A and set of points B.
    x = x1*sf1 + x2*sf2;
    y = y1*sf1 + y2*sf2;
    z = z1*sf1 + z2*sf2;
    for index i x or y or z only does for that

    RenderStyle

    This option allows the user to change the appearance of the new set of points that will be found using the parameters given.

    RefreshViewer

    gives the user options on how the points will be displayed within the viewer. __footer__