Click or drag to resize

DfsFactoryCreateAxisNeqD3 Method

Create a 3D non-equidistant spatial axis. This 3D axis is used for special types of dfs3 files.

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IDfsAxisNeqD3 CreateAxisNeqD3(
	eumUnit axisUnit,
	double[] xCoords,
	double[] yCoords,
	double[] zCoords
)

Parameters

axisUnit
Type: eumUnit
Unit of the axis coordinate values.
xCoords
Type: SystemDouble
X-coordinates in the axis.
yCoords
Type: SystemDouble
Y-coordinates in the axis.
zCoords
Type: SystemDouble
Z-coordinates in the axis.

Return Value

Type: IDfsAxisNeqD3
See Also