ENTITY result_analysis_step
(* SCHEMA finite_element_analysis_control_and_result_schema; *)
ENTITY result_analysis_step
SUPERTYPE OF (ONEOF (result_linear_static_analysis_sub_step,
result_linear_modes_and_frequencies_analysis_sub_step))
SUBTYPE OF (analysis_step);
analysis_result : result;
UNIQUE
UR1: SELF\analysis_step.analysis_control, analysis_result;
END_ENTITY;
Explicit Attributes
Entity result_analysis_step has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity result_analysis_step inherits from the following supertypes:
analysis_step
Subtypes
Entity result_analysis_step has the following subtypes:
result_linear_modes_and_frequencies_analysis_sub_step*
result_linear_static_analysis_sub_step*
* - Immediate Subtypes
Referenced By
Entity result_analysis_step and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00