profileBetweenPoints command

Description Creates a topographic profile between two different points of the loaded topographic profile.

Usage When called without arguments, the command will ask for the following parameters in order:

  • Geometrical coordinates (x, y) of the first point of the terrain, where the starting point of the topographic profile will be located.
  • Geometrical coordinates (x, y) of the second point of the terrain, where the final point of the topographic profile will be located.

In order to easily determine these two points, the user can click on a point of the loaded terrain model in the geometry panel, and the point will automatically be filled in the console.

When called with arguments, the command must be called the following way:

profileBetweenPoints -n profile_name -p x0 y0 x1 y1

Where "profile_name" is the name given to the created profile, (x0, y0) are the coordinates of the first point and (x1, y1) are the coordinates of the second point.