Navigation

volume

EXPRESS specification:

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
WRV5  :  SELF\geometric_representation_item.dim = 3;
END_ENTITY;

References (14):

Name Type Referred through Express-G
b_spline_volume Entity
Supertype
No Diagram
block_volume Entity
Supertype
No Diagram
cylindrical_volume Entity
Supertype
No Diagram
eccentric_conical_volume Entity
Supertype
No Diagram
ellipsoid_volume Entity
Supertype
No Diagram
geometric_representation_item Entity
Subtype
No Diagram
hexahedron_volume Entity
Supertype
No Diagram
point_in_volume Entity
Attribute 'basis_volume'
No Diagram
pyramid_volume Entity
Supertype
No Diagram
spherical_volume Entity
Supertype
No Diagram
tetrahedron_volume Entity
Supertype
No Diagram
toroidal_volume Entity
Supertype
No Diagram
trimmed_volume Entity
Attribute 'basis_volume'
No Diagram
wedge_volume Entity
Supertype
No Diagram

Inheritance graph

ENTITY volume;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY volume;
END_ENTITY;