Workspace 6.21.5
|
Adds a set of nodes to the input MeshModelInterface, extracting the X,Y and Z coordinates of each node from the "X values", "Y values" and "Z values" input DataSeries', which are parallel arrays of coordinate components.
Inputs: | |||
---|---|---|---|
Mesh | Modified-in-place | CSIRO::Mesh::MeshModelInterface | |
Clear mesh first | bool | If enabled, the input MeshModelInterface is cleared prior to use. | |
X values | CSIRO::DataAnalysis::DataSeries | ||
Y values | CSIRO::DataAnalysis::DataSeries | ||
Z values | CSIRO::DataAnalysis::DataSeries | ||
Outputs: | |||
Mesh | CSIRO::Mesh::MeshModelInterface | ||
Nodes added | CSIRO::Mesh::NodeHandleList | A list of NodeHandles (references to Node objects) of the newly added nodes. |