Struct HeightMapHeader
- Namespace
- DuetControlServer.Link.Protocol.Shared
- Assembly
- DuetControlServer.dll
Header of G29 heightmaps
public struct HeightMapHeader
- Inherited Members
Fields
NumX
Number of probe points in X direction
public ushort NumX
Field Value
NumY
Number of probe points in Y direction
public ushort NumY
Field Value
Radius
Probing radius on delta geometries
public float Radius
Field Value
XMax
X end coordinate of the heightmap
public float XMax
Field Value
XMin
X start coordinate of the heightmap
public float XMin
Field Value
XSpacing
Spacing between the probe points in X direction
public float XSpacing
Field Value
YMax
Y end coordinate of the heightmap
public float YMax
Field Value
YMin
Y start coordinate of the heightmap
public float YMin
Field Value
YSpacing
Spacing between the probe points in Y direction
public float YSpacing