CIBC:Documentation:SCIRun:Reference:SCIRun:JoinFields
Contents |
JoinFields
Information
- Package: SCIRun
- Catagory: NewField
- Author(s): Michael Callahan
- Status: Supported in latest version
- Version: 3.0
Description
Summary
JoinFields glues any number of input fields into one output field.
Detailed Description
JoinFields takes in an arbitrary number of input fields and gathers them all up into one output field. If the input fields all have the same editable mesh type then the output field will also be of the same type. If the meshes are not editable or of different mesh types then only their points will be gathered up and a single PointCloudField will be produced. It is also possible to force the output field to be a PointCloudField.
The mesh type is not preserved for non-editable mesh types such as LatVol, Image and Scanline because they cannot be arbitrarily glued together while maintaining their mesh type. Run the fields through the MODULE REFERENCE module before passing them into JoinFields if you want the element structure to be preserved.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:SCIRun