ENTITY design_result
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY design_result
ABSTRACT SUPERTYPE OF (ONEOF
(design_result_connection,
design_result_joint_system,
design_result_member,
design_result_part) ANDOR
design_result_mapped ANDOR
design_result_resolved);
design_result_name : label;
design_resistance : resistance;
END_ENTITY;
Explicit Attributes
Entity design_result has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
design_result_name | label (STRING) | design_result |
design_resistance | resistance (ENTITY) | design_result |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity design_result has the following subtypes:
design_result_connection*
design_result_joint_system*
design_result_mapped*
design_result_member*
design_result_part*
design_result_resolved*
* - Immediate Subtypes
Referenced By
Entity design_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