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:
Derived Attributes
Entity tabular_data_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | property_entity |
form | INTEGER | tabular_data_entity |
ni | INTEGER | tabular_data_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
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 subtypesReferenced By
Entity tabular_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