CIBC:Documentation:SCIRun:Reference:SCIRun:GetCentroidsFromMesh
From SCIRun Documentation Wiki
Contents |
GetCentroidsFromMesh
Information
- Package: SCIRun
- Catagory: NewField
- Author(s): Michael Callahan
- Status: Supported in latest version
- Version: 3.0
Description
Summary
Computes a PointCloudField containing all of the element centers for a field.
Detailed Description
The Centriods module computes a PointCloudField containing all of the element centers for a field. For instance, if the input field is a TetVolField then the output field would contain the center of each tetrahedra. An input PointCloudField would return the same data locations.
The output field is always a PointCloudField of doubles, and contains no data. If data is needed at the points then an interpolation module should be used to recover them.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:SCIRun