ENTITY volume
(* SCHEMA engineering_properties_schema; *)
ENTITY volume
SUPERTYPE OF (ONEOF(block_volume, spherical_volume, cylindrical_volume))
SUBTYPE OF (geometric_representation_item);
WHERE
WR1:
SELF\geometric_representation_item.dim = 3;
END_ENTITY;
Explicit Attributes
Entity volume has the following local and inherited explicit attributes:
Derived Attributes
Entity volume has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity volume inherits from the following supertypes:
representation_item
geometric_representation_item
Subtypes
Entity volume has the following subtypes:
block_volume*
cylindrical_volume*
spherical_volume*
* - Immediate Subtypes
Referenced By
Entity volume and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:51-04:00