|
ENTITY structured_donor_mesh SUBTYPE OF (mismatched_donor_mesh); SELF\mismatched_donor_mesh.donor : structured_mesh; points : listed_real_data; vsize : INTEGER; DERIVE index_count : INTEGER := donor.index_count; END_ENTITY; -- structured_donor_mesh |
Entity data types and their attributesmismatched_donor_meshdonor: mesh; (INV) connect: mismatched_mesh_region FOR donor; structured_donor_mesh (RT) donor: structured_mesh; points: listed_real_data; vsize: INTEGER; (DER) index_count: INTEGER; |
Users: by entity attributesmismatched_donor_meshmismatched_mesh_region.donor structured_donor_mesh Users: by defined types, not used by any entity attributestructured_donor_mesh- |
Global rules for this entity data type- |