ENTITY reaction_displacement

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY reaction_displacement
SUBTYPE OF (reaction);
	reaction_displacement_dx : OPTIONAL length_measure_with_unit;
 	reaction_displacement_dy : OPTIONAL length_measure_with_unit;
 	reaction_displacement_dz : OPTIONAL length_measure_with_unit;
	reaction_displacement_rx : OPTIONAL plane_angle_measure_with_unit;
 	reaction_displacement_ry : OPTIONAL plane_angle_measure_with_unit;
 	reaction_displacement_rz : OPTIONAL plane_angle_measure_with_unit;
WHERE
	WRR9 : EXISTS (reaction_displacement_dx) OR
		EXISTS (reaction_displacement_dy) OR
		EXISTS (reaction_displacement_dz) OR
		EXISTS (reaction_displacement_rx) OR
		EXISTS (reaction_displacement_ry) OR
		EXISTS (reaction_displacement_rz);
END_ENTITY;

Explicit Attributes

Entity reaction_displacement has the following local and inherited explicit attributes:
AttributeTypeDefined By
 reaction_displacement_dxlength_measure_with_unit (ENTITY)reaction_displacement
 reaction_displacement_dylength_measure_with_unit (ENTITY)reaction_displacement
 reaction_displacement_dzlength_measure_with_unit (ENTITY)reaction_displacement
 reaction_displacement_rxplane_angle_measure_with_unit (ENTITY)reaction_displacement
 reaction_displacement_ryplane_angle_measure_with_unit (ENTITY)reaction_displacement
 reaction_displacement_rzplane_angle_measure_with_unit (ENTITY)reaction_displacement

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity reaction_displacement inherits from the following supertypes:
  reaction

Subtypes

    No subtypes

Referenced By

Entity reaction_displacement and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 analysis_result_element_curve ENTITY reaction
 analysis_result_element_node ENTITY reaction
 analysis_result_element_point ENTITY reaction
 analysis_result_node ENTITY reaction
 reaction ENTITY reaction_displacement
 select_response_item SELECT reaction


[Top Level Definitions] [Exit]

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