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:
| Attribute | Type | Defined By | 
|---|
 |  np | node_entity (ENTITY) | analysis_result |  
|  v | ARRAY OF REAL | analysis_result |  
 
 | 
Derived Attributes
Entity analysis_result has the following local and inherited derived attributes:
| Attribute | Type | Defined By | 
|---|
 |  node | INTEGER | analysis_result |  
 
 | 
Inverse Attributes
    No Inverse AttributesSupertypes
    No supertypesSubtypes
    No subtypesReferenced By
Entity analysis_result 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