ENTITY analysis_result

(* SCHEMA iges_structure_schema; *)
     
  ENTITY analysis_result;
    np        : node_entity;
    v         : ARRAY [0:8] OF REAL;
  DERIVE
    node : INTEGER := np.subscript;
  END_ENTITY;

Explicit Attributes

Entity analysis_result has the following local and inherited explicit attributes:
AttributeTypeDefined By
 npnode_entity (ENTITY)analysis_result
 vARRAY OF REALanalysis_result

Derived Attributes

Entity analysis_result has the following local and inherited derived attributes:
AttributeTypeDefined By
 nodeINTEGERanalysis_result

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity analysis_result and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 nodal_results_entity ENTITY analysis_result


[Top Level Definitions] [Exit]

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