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:
AttributeTypeDefined By
 design_result_namelabel (STRING)design_result
 design_resistanceresistance (ENTITY)design_result

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

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:
DefinitionTypeReferenced Entity
 resistance ENTITY design_result
 select_design_item SELECT design_result
 select_response_item SELECT design_result


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00