GeometrySaveMode Enumeration
Specifies which coordinates are saved to WKB format by Geometry.ToWellKnownBinary.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public enum GeometrySaveModeValues
| Value name | Value | Description |
|---|---|---|
| XY | 0 | Saves the x and y-coordinates. |
| XYZ | 1 | Saves the x, y and z-coordinates. |
| YX | 2 | Saves the x, y-coordinates and swaps the values of x and y. |
| YXZ | 3 | Saves the x, y and z-coordinates and swaps the values of x and y. |
Platforms
Windows, Linux, Android