ENTITY fem_element
(* SCHEMA iges_structure_schema; *)
     
  ENTITY fem_element;
    en : INTEGER;
    ep : finite_element_entity;
    itop : topology_type;
    nl  : INTEGER;
    dlf : data_layer_flag;
    rdrl : ARRAY [0:255] OF INTEGER;
    numv : INTEGER;
    v : LIST [0:nrl-1] OF LIST [0:nl-1] OF ARRAY [0:255] OF REAL;
  DERIVE
    nrl  : INTEGER := SIZEOF(rdrl);
  WHERE
    (((dlf = unspecified) OR (dlf = top) OR (dlf = middle) OR (dlf = bottom))
    AND (nl = 1)) OR (dlf = ordered);
  END_ENTITY;
Explicit Attributes
Entity fem_element has the following local and inherited explicit attributes:
| Attribute | Type | Defined By | 
|---|
 |  en | INTEGER | fem_element |  
|  ep | finite_element_entity (ENTITY) | fem_element |  
|  itop | topology_type (ENUM) | fem_element |  
|  nl | INTEGER | fem_element |  
|  dlf | data_layer_flag (ENUM) | fem_element |  
|  rdrl | ARRAY OF INTEGER | fem_element |  
|  numv | INTEGER | fem_element |  
|  v | LIST OF LIST OF ARRAY OF REAL | fem_element |  
 
 | 
Derived Attributes
Entity fem_element has the following local and inherited derived attributes:
| Attribute | Type | Defined By | 
|---|
 |  nrl | INTEGER | fem_element |  
 
 | 
Inverse Attributes
    No Inverse AttributesSupertypes
    No supertypesSubtypes
    No subtypesReferenced By
Entity fem_element 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