The sort order of coordinates for a lexicographical point sort.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public enum SortOrder |
| Visual Basic (Declaration) |
|---|
Public Enumeration SortOrder |
| Visual C++ |
|---|
public enum class SortOrder |
Members
| Member name | Description | |
|---|---|---|
| MinX | Sort by minimum x-coordinate. | |
| MaxX | Sort by maximum x-coordinate. | |
| MinY | Sort by minimum y-coordinate. | |
| MaxY | Sort by maximum y-coordinate. | |
| MinZ | Sort by minimum z-coordinate. | |
| MaxZ | Sort by maximum z-coordinate. | |
| Area | Sort by triangle area. | |
| CenterZ | Sort by center Z coordinate. | |
| MinimumAngle | Sort by minimum angle. |