ENTITY representation

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY representation
SUPERTYPE OF (ONEOF
		(shape_representation, material_representation) ANDOR
 		definitional_representation);
	name : label;
	items : SET [1:?] OF representation_item;
	context_of_items : representation_context;
DERIVE
	id : identifier := get_id_value (SELF);
	description : text := get_description_value (SELF);
WHERE
  WRR51: SIZEOF (USEDIN (SELF, 'STRUCTURAL_FRAME_SCHEMA.' +
                             'ID_ATTRIBUTE.IDENTIFIED_ITEM')) <= 1;
  WRR52: SIZEOF (USEDIN (SELF, 'STRUCTURAL_FRAME_SCHEMA.' +
                             'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1;
END_ENTITY;  (*  STEP Part 43 expanded  (modified in 2nd edition)  *)

Explicit Attributes

Entity representation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation
 itemsSET OF representation_item (ENTITY)representation
 context_of_itemsrepresentation_context (ENTITY)representation

Derived Attributes

Entity representation has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)representation
 descriptiontext (STRING)representation

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity representation has the following subtypes:
    definitional_representation*
    material_representation*
    shape_representation*
    shape_representation_with_units
* - Immediate Subtypes

Referenced By

Entity representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_mapped_representation FUNCTION representation
 assembly_with_bounding_box ENTITY representation
 definitional_representation ENTITY representation
 degenerate_pcurve ENTITY representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 id_attribute_select SELECT representation
 material_representation ENTITY representation
 pcurve ENTITY representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 select_generic_item SELECT representation
 shape_representation_with_units ENTITY representation
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

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