Workspace 6.21.5
AddNodesToMesh

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.

  • Default label: "Add nodes to mesh"
  • Member of plug-in: Mesh
  • Catalogue path: Mesh/Model editing
Inputs:
MeshModified-in-placeCSIRO::Mesh::MeshModelInterface

Clear mesh firstboolIf enabled, the input MeshModelInterface is cleared prior to use.
X valuesCSIRO::DataAnalysis::DataSeries

Y valuesCSIRO::DataAnalysis::DataSeries

Z valuesCSIRO::DataAnalysis::DataSeries

Outputs:
MeshCSIRO::Mesh::MeshModelInterface

Nodes addedCSIRO::Mesh::NodeHandleList

A list of NodeHandles (references to Node objects) of the newly added nodes.