ENTITY nodal_results_entity
(* SCHEMA iges_structure_schema; *)
ENTITY nodal_results_entity
SUBTYPE OF (finite_element_modeling_entity);
label_display : label_display_entity;
subordinate : subordinate_switch;
used : use_flag;
color : entity_color;
form : INTEGER;
gnote : general_note_entity;
scn : INTEGER;
time : REAL;
nv : INTEGER;
results : LIST OF analysis_result;
DERIVE
entity_type : INTEGER := 146;
-- used : use_flag := other;
nn : INTEGER := SIZEOF(results);
WHERE
((form = 0) AND (nv = 0)) OR ((form = 1) AND (nv = 1)) OR
((form = 2) AND (nv = 1)) OR ((form = 3) AND (nv = 3)) OR
((form = 4) AND (nv = 6)) OR ((form = 5) AND (nv = 3)) OR
((form = 6) AND (nv = 3)) OR ((form = 7) AND (nv = 3)) OR
((form = 8) AND (nv = 3)) OR ((form = 9) AND (nv = 3)) OR
((form = 10) AND (nv = 1)) OR ((form = 11) AND (nv = 1)) OR
((form = 12) AND (nv = 3)) OR ((form = 13) AND (nv = 1)) OR
((form = 14) AND (nv = 1)) OR ((form = 15) AND (nv = 3)) OR
((form = 16) AND (nv = 1)) OR ((form = 17) AND (nv = 3)) OR
((form = 18) AND (nv = 3)) OR ((form = 19) AND (nv = 3)) OR
((form = 20) AND (nv = 3)) OR ((form = 21) AND (nv = 3)) OR
((form = 22) AND (nv = 3)) OR ((form = 23) AND (nv = 6)) OR
((form = 24) AND (nv = 6)) OR ((form = 25) AND (nv = 6)) OR
((form = 26) AND (nv = 6)) OR ((form = 27) AND (nv = 6)) OR
((form = 28) AND (nv = 6)) OR ((form = 29) AND (nv = 9)) OR
((form = 30) AND (nv = 9)) OR ((form = 31) AND (nv = 9)) OR
((form = 32) AND (nv = 9)) OR ((form = 33) AND (nv = 9)) OR
((form = 34) AND (nv = 9));
END_ENTITY;
Explicit Attributes
Entity nodal_results_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity nodal_results_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | nodal_results_entity |
nn | INTEGER | nodal_results_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity nodal_results_entity inherits from the following supertypes:
directory_entry
structure_entity
finite_element_modeling_entity
Subtypes
No subtypesReferenced By
Entity nodal_results_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