Workspace 7.0.2
|
Creates a 3d height-map from a sub-set of an ArrayNd. The heights of the nodes represent the data values at each point in the input grid. The height-map extends along the XY plane, and its nodes protrude from the surface along the positive Z axis
Inputs: | |||
---|---|---|---|
Data | CSIRO::DataAnalysis::ArrayNd | Input dataset used to generate the heightmap. | |
State data | Array | CSIRO::DataAnalysis::ArrayNd | NOTE: Currently unused. |
Width dimension | CSIRO::DataAnalysis::NamedDimensionRange | The dimension of the input ArrayNd to use for the width of the height-map. | |
Length dimension | CSIRO::DataAnalysis::NamedDimensionRange | The dimension of the input ArrayNd to use for the length of the height-map. | |
Cell dimensions | CSIRO::Mesh::Vector3dGroup | The dimensions of the cells in the height-map (in model space). | |
Outputs: | |||
Height mesh | CSIRO::Mesh::MeshModelInterface | The height-map stored in a MeshModelInterface object. |