ENTITY generic_data_entity
(* SCHEMA iges_structure_schema; *)
  ENTITY generic_data_entity
    SUBTYPE OF (property_entity);
    np : INTEGER;
    name : STRING;
    values : LIST OF datum;
  DERIVE
    subordinate : subordinate_switch := physicallyDependent;
    used        : use_flag := definition;
    form : INTEGER := 27;
    nv   : INTEGER := SIZEOF(values);
  END_ENTITY;
Explicit Attributes
Entity generic_data_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity generic_data_entity has the following local and inherited derived attributes:
| Attribute | Type | Defined By | 
|---|
 |  entity_type | INTEGER | property_entity |  
|  subordinate | subordinate_switch (ENUM) | generic_data_entity |  
|  used | use_flag (ENUM) | generic_data_entity |  
|  form | INTEGER | generic_data_entity |  
|  nv | INTEGER | generic_data_entity |  
 
 | 
Inverse Attributes
    No Inverse AttributesSupertypes
Entity generic_data_entity inherits from the following supertypes:
  directory_entry
    structure_entity
      property_entity
Subtypes
    No subtypesReferenced By
Entity generic_data_entity and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00