ENTITY analysis_result
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY analysis_result
ABSTRACT SUPERTYPE OF (ONEOF
(analysis_result_node,
analysis_result_element_node,
analysis_result_element));
analysis_result_name : label;
sign_convention : OPTIONAL text;
results_for_analysis : analysis_method;
UNIQUE
URA1 : analysis_result_name;
END_ENTITY;
Explicit Attributes
Entity analysis_result has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
analysis_result_name | label (STRING) | analysis_result |
sign_convention | text (STRING) | analysis_result |
results_for_analysis | analysis_method (ENTITY) | analysis_result |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity analysis_result has the following subtypes:
analysis_result_element*
analysis_result_element_curve
analysis_result_element_node*
analysis_result_element_point
analysis_result_element_surface
analysis_result_element_surface_stresses
analysis_result_element_surface_tractions
analysis_result_element_volume
analysis_result_element_volume_stress_tensor
analysis_result_node*
* - Immediate Subtypes
Referenced 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
2023-03-25T00:11:38-04:00