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