|
ENTITY volume SUPERTYPE OF (ONEOF (block_volume, wedge_volume, spherical_volume, cylindrical_volume, eccentric_conical_volume, toroidal_volume, pyramid_volume, b_spline_volume, ellipsoid_volume, tetrahedron_volume, hexahedron_volume)) SUBTYPE OF (geometric_representation_item); WHERE WR1: SELF\geometric_representation_item.dim = 3; END_ENTITY; -- volume |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; volume - |
| b_spline_volume (geometry_schema) |
| block_volume (geometry_schema) |
| cylindrical_volume (geometry_schema) |
| eccentric_conical_volume (geometry_schema) |
| ellipsoid_volume (geometry_schema) |
| hexahedron_volume (geometry_schema) |
| pyramid_volume (geometry_schema) |
| spherical_volume (geometry_schema) |
| tetrahedron_volume (geometry_schema) |
| toroidal_volume (geometry_schema) |
| wedge_volume (geometry_schema) |
Global rules for this entity data type- |