The SEDRIS Data Representation Model
APPENDIX B - Constraints
Finite Element Mesh Structure

Definition

For a <Finite Element Mesh> instance F with a <Mesh Face Table> component M, the following conditions shall hold.

  1. Each <Vertex> component of F shall appear exactly once as a component of F.

  2. No two <Vertex> components of F shall occupy the same position in space.

  3. If F has a <Property Table> component P such that P's <Classification Data> component classifies P as an ECC_MESH_NODE_PROPERTY_SET, P shall be the only <Property Table> component of F that is so classified, and shall have the structure specified in the definition of the <Finite Element Mesh> class for a <Property Table> instance of its classification.

  4. If F has a <Property Table> component P such that P's <Classification Data> component classifies P as an ECC_MESH_FACE_PROPERTY_SET, P shall be the only <Property Table> component of F that is so classified, and shall have the structure specified in the definition of the <Finite Element Mesh> class for a <Property Table> instance of its classification.

  5. If F has a <Property Table> component P such that P's <Classification Data> component classifies P as an ECC_MESH_SOLID_SET, P shall be the only <Property Table> component of F that is so classified, and shall have the structure specified in the definition of the <Finite Element Mesh> class for a <Property Table> instance of its classification.

  6. If F has a <Property Table> component P such that P's <Classification Data> component classifies P as an ECC_MESH_SOLID_PROPERTY_SET, P shall be the only <Property Table> component of F that is so classified, and shall have the structure specified in the definition of the <Finite Element Mesh> class for a <Property Table> instance of its classification.

Rationale

  1. All the <Vertex> components of a <Finite Element Mesh> instance are required to be distinct in order to form a geometrically valid mesh.

  2. The components of a <Finite Element Mesh> instance are required to comply with the conditions specified in the definition of the <Finite Element Mesh> and <Mesh Face Table> classes.

Example

No example supplied.

FAQs

No FAQs supplied.


Prev: Feature Edge Constraints. Next: General Axis Constraints. Up:Index.