GeometrySaveMode Enumeration
Specifies which coordinates are saved to WKB format by Geometry.ToWellKnownBinary.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum GeometrySaveMode
Values
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