ENTITY zone_of_building_storey

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY zone_of_building_storey
SUBTYPE OF (zone_of_building);
 	storey_height : positive_length_measure_with_unit;
 	storey_level : OPTIONAL length_measure_with_unit;
 	datum_name : OPTIONAL text;
END_ENTITY;

Explicit Attributes

Entity zone_of_building_storey has the following local and inherited explicit attributes:
AttributeTypeDefined By
 zone_namelabel (STRING)zone
 zone_descriptiontext (STRING)zone
 zone_for_buildingbuilding (ENTITY)zone_of_building
 storey_heightpositive_length_measure_with_unit (ENTITY)zone_of_building_storey
 storey_levellength_measure_with_unit (ENTITY)zone_of_building_storey
 datum_nametext (STRING)zone_of_building_storey

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity zone_of_building_storey inherits from the following supertypes:
  zone
    zone_of_building

Subtypes

    No subtypes

Referenced By

Entity zone_of_building_storey and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 select_structural_item SELECT zone
 site_select SELECT zone_of_building
 structure_select SELECT zone_of_building
 zone ENTITY zone_of_building
 zone_of_building ENTITY zone_of_building_storey


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:39-04:00