ENTITY restraint_spring

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY restraint_spring
SUPERTYPE OF (restraint_warping)
SUBTYPE OF (restraint);
 	restraint_x_displacement : OPTIONAL linear_stiffness_measure_with_unit;
 	restraint_y_displacement : OPTIONAL linear_stiffness_measure_with_unit;
 	restraint_z_displacement : OPTIONAL linear_stiffness_measure_with_unit;
	restraint_x_rotation : OPTIONAL rotational_stiffness_measure_with_unit;
 	restraint_y_rotation : OPTIONAL rotational_stiffness_measure_with_unit;
 	restraint_z_rotation : OPTIONAL rotational_stiffness_measure_with_unit;
WHERE
	WRR31 : EXISTS (restraint_x_displacement) OR 
		EXISTS (restraint_y_displacement) OR 
		EXISTS (restraint_z_displacement) OR
		EXISTS (restraint_x_rotation) OR 
		EXISTS (restraint_y_rotation) OR 
		EXISTS (restraint_z_rotation);
END_ENTITY;

Explicit Attributes

Entity restraint_spring has the following local and inherited explicit attributes:
AttributeTypeDefined By
 restraint_namelabel (STRING)restraint
 restraint_descriptiontext (STRING)restraint
 restraint_locationpoint (ENTITY)restraint
 restrained_mbrassembly_design_structural_member (ENTITY)restraint
 restraint_x_displacementlinear_stiffness_measure_with_unit (ENTITY)restraint_spring
 restraint_y_displacementlinear_stiffness_measure_with_unit (ENTITY)restraint_spring
 restraint_z_displacementlinear_stiffness_measure_with_unit (ENTITY)restraint_spring
 restraint_x_rotationrotational_stiffness_measure_with_unit (ENTITY)restraint_spring
 restraint_y_rotationrotational_stiffness_measure_with_unit (ENTITY)restraint_spring
 restraint_z_rotationrotational_stiffness_measure_with_unit (ENTITY)restraint_spring

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity restraint_spring inherits from the following supertypes:
  restraint

Subtypes

Entity restraint_spring has the following subtypes:
    restraint_warping*
* - Immediate Subtypes

Referenced By

Entity restraint_spring and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 assembly_design_structural_member ENTITY restraint
 restraint ENTITY restraint_spring
 select_design_item SELECT restraint


[Top Level Definitions] [Exit]

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