ENTITY tabular_data_entity

(* SCHEMA iges_structure_schema; *)
  ENTITY tabular_data_entity
    SUBTYPE OF (finite_element_modeling_entity,property_entity);

    subordinate : subordinate_switch;
    np : INTEGER;
    ptype : property_type;
    nd    : INTEGER;
    typi  : ARRAY [0:255] OF variable_type;
    nvali : ARRAY [0:ni-1] OF INTEGER;
    vali  : LIST [0:ni-1] OF ARRAY [0:255] OF REAL;
    vald  : ARRAY [0:255] OF REAL;
  DERIVE 
    form : INTEGER := 11;
    ni : INTEGER := SIZEOF(typi);
  END_ENTITY;

Explicit Attributes

Entity tabular_data_entity has the following local and inherited explicit attributes:
AttributeTypeDefined By
 labelSTRINGdirectory_entry
 subscriptINTEGERdirectory_entry
 associationsLIST OF associativities (SELECT)directory_entry
 propertiesLIST OF properties (SELECT)directory_entry
 levelentity_level (SELECT)property_entity
 subordinatesubordinate_switch (ENUM)tabular_data_entity
 npINTEGERtabular_data_entity
 ptypeproperty_type (ENUM)tabular_data_entity
 ndINTEGERtabular_data_entity
 typiARRAY OF variable_type (ENUM)tabular_data_entity
 nvaliARRAY OF INTEGERtabular_data_entity
 valiLIST OF ARRAY OF REALtabular_data_entity
 valdARRAY OF REALtabular_data_entity

Derived Attributes

Entity tabular_data_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERproperty_entity
 formINTEGERtabular_data_entity
 niINTEGERtabular_data_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity tabular_data_entity inherits from the following supertypes:
  directory_entry
    structure_entity
      finite_element_modeling_entity
  directory_entry
    structure_entity
      property_entity

Subtypes

    No subtypes

Referenced By

Entity tabular_data_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 datum SELECT directory_entry
 directory_entry ENTITY structure_entity
 drawing_entity ENTITY directory_entry
 entity_reference ENTITY directory_entry
 finite_element_modeling_entity ENTITY tabular_data_entity
 general_symbol_entity ENTITY directory_entry
 group_entity ENTITY directory_entry
 group_without_back_pointers_entity ENTITY directory_entry
 label_placement ENTITY directory_entry
 network_subfigure_definition_entity ENTITY directory_entry
 nodal_load_constraint_entity ENTITY tabular_data_entity
 ordered_group_without_back_pointers_entity ENTITY directory_entry
 ordered_group_with_back_pointers_entity ENTITY directory_entry
 planar_entity ENTITY directory_entry
 properties SELECT property_entity
 property_entity ENTITY tabular_data_entity
 single_parent_entity ENTITY directory_entry
 structure_entity ENTITY finite_element_modeling_entity
 structure_entity ENTITY property_entity
 subfigure_definition_entity ENTITY directory_entry
 views_visible_color_entity ENTITY directory_entry
 views_visible_entity ENTITY directory_entry


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00