This page describes the changes made to UniPlot 3.6.3 since version 3.6.1.
The following bugs have been fixed:
If UniPlot could not access the registry key HKEY_CLASSES_ROOT an error message was displayed during startup: “Failed to update the system registry. Please try using REGEDIT.” This bug has been fixed.
| New Functions in UniPlot 3.6.3 | |
|---|---|
| MessageBoxError | MessageBoxError displays an error message box. |
| MessageBoxInfo | MessageBoxInfo displays a message box. |
| MessageBoxQuestionYesNo | MessageBoxQuestionYesNo displays a message box. |
| MessageBoxQuestionYesNoCancel | MessageBoxQuestionYesNoCancel displays a message box. |
| MessageBoxWarning | MessageBoxWarning displays a error message box. |
| XYZGetIsoline | XYZGetIsoline retrieves the isoline x/y coordinates of a 3D dataset. |
| poly_hull | poly_hull calculates the convex hull in the x/y plane. |
| poly_is_point_in_polygon | poly_is_point_in_polygon checks if a given point is inside or outside a closed polygon. |
| poly_line_clip | poly_line_clip calculates the intersections between two polygons. |
| poly_poly_clip | poly_poly_clip calculates the intersections between a polygon (open polygon) and a data hull (closed polygon). |
| poly_simplify | poly_simplify uses the Douglas-Peucker algorithm to simplify a 2D line. |
| poly_triangulate | poly_triangulate computes a delaunay triangulation. |
id-1638842