Enum dzahui::mesh::mesh_builder::MeshDimension
source · pub enum MeshDimension {
One,
Two,
Three,
}
Expand description
General Information
Enum to tell if additional checking over mesh should be done.
Arms
One
- Line. In 1D, two of three coordinates must be constant throught the whole mesh.Two
- Plane figure. In 2D, one coordinate needs to be constant throught the whole mesh.Three
- 3D Body. No dimensional check-ups are done. Results depend solely on user’s mesh.