Click or drag to resize

DfsFactoryCreateAxisCurveLinearD3 Method

Create a 3D curve-linear spatial axis. See IDfsAxisCurveLinearD3 for details. 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 IDfsAxisCurveLinearD3 CreateAxisCurveLinearD3(
	eumUnit axisUnit,
	int xCount,
	int yCount,
	int zCount,
	double[] xCoords,
	double[] yCoords,
	double[] zCoords
)

Parameters

axisUnit
Type: eumUnit
Unit of the axis coordinate values.
xCount
Type: SystemInt32
Number of data points in the x direction
yCount
Type: SystemInt32
Number of data points in the Y direction
zCount
Type: SystemInt32
Number of data points in the Z direction
xCoords
Type: SystemDouble
X-coordinates of the grid.
yCoords
Type: SystemDouble
Y-coordinates of the grid.
zCoords
Type: SystemDouble
Z-coordinates of the grid.

Return Value

Type: IDfsAxisCurveLinearD3
See Also