Navigation

restraint_spring

EXPRESS specification:

ENTITY restraint_spring
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;

References (2):

Name Type Referred through Express-G
restraint Entity
Subtype
No Diagram
restraint_warping Entity
Supertype
No Diagram

Inheritance graph

ENTITY restraint_spring;
ENTITY restraint;
restraint_name  :  label;
restraint_description  :  OPTIONAL text;
restraint_location  :  point;
restrained_mbr  :  assembly_design_structural_member;
ENTITY restraint_spring;
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;
END_ENTITY;