Workspace 6.21.5
|
Creates a NodeScriptMapper object; an object used to map each node in a MeshModelInterface to a single floating-point value. The ScriptMapper allows the user to define a QtScript function which is executed for each node in the mesh to determine this floating point value.
Inputs: | |||
---|---|---|---|
Function name | QString | The name of the function defined in the "Script" input. Used by the mapper so that it knows which function to execute. | |
Script | QString | QtScript function executed on each node of the MeshModel, returning a double. | |
Outputs: | |||
Node mapper | CSIRO::Mesh::NodeScriptMapper | A NodeMapper that can be used to map each node of a MeshModel to a double. |