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:
AttributeTypeDefined By
 enINTEGERfem_element
 epfinite_element_entity (ENTITY)fem_element
 itoptopology_type (ENUM)fem_element
 nlINTEGERfem_element
 dlfdata_layer_flag (ENUM)fem_element
 rdrlARRAY OF INTEGERfem_element
 numvINTEGERfem_element
 vLIST OF LIST OF ARRAY OF REALfem_element

Derived Attributes

Entity fem_element has the following local and inherited derived attributes:
AttributeTypeDefined By
 nrlINTEGERfem_element

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity fem_element and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 element_results_entity ENTITY fem_element


[Top Level Definitions] [Exit]

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