Get Distance Between Two Math Points Example (JavaScript)

This example shows how to get the distance between two math points.
  1. Start DraftSight.
  2. Using the following form:
    1. Type the double values of the coordinates of the first point.
    2. Type the double values of the coordinates of the second point.
    3. Click Get Distance.
  3. Inspect the Output.

NOTES:

  • Errors are printed to Output.
  • To recreate this example:
  1. Right-click the topic and select to view the source.
  2. Save the file as an HTML file.
  3. Open the HTML file in your web browser.
  4. If using Windows Internet Explorer and running scripts is blocked, click the Information bar near the top of the webpage and select Allow Blocked Content.

 
Coordinates of first point:
    X: Y: Z:
 
Coordinates of second point:
   X: Y: Z:
 

Output