ENTITY release_spring_linear

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY release_spring_linear
SUPERTYPE OF (release_warping)
SUBTYPE OF (release);
 	release_axial_force : OPTIONAL linear_stiffness_measure_with_unit;
 	release_y_force :  OPTIONAL linear_stiffness_measure_with_unit;
 	release_z_force : OPTIONAL linear_stiffness_measure_with_unit;
 	release_torsional_moment : OPTIONAL rotational_stiffness_measure_with_unit;
 	release_y_bending_moment : OPTIONAL rotational_stiffness_measure_with_unit;
 	release_z_bending_moment : OPTIONAL rotational_stiffness_measure_with_unit;
WHERE
	WRR21 : EXISTS (release_axial_force) OR 
		EXISTS (release_y_force) OR 
		EXISTS (release_z_force) OR
		EXISTS (release_torsional_moment) OR 
		EXISTS (release_y_bending_moment) OR 
		EXISTS (release_z_bending_moment);
END_ENTITY;

Explicit Attributes

Entity release_spring_linear has the following local and inherited explicit attributes:
AttributeTypeDefined By
 release_namelabel (STRING)release
 release_descriptiontext (STRING)release
 release_axial_forcelinear_stiffness_measure_with_unit (ENTITY)release_spring_linear
 release_y_forcelinear_stiffness_measure_with_unit (ENTITY)release_spring_linear
 release_z_forcelinear_stiffness_measure_with_unit (ENTITY)release_spring_linear
 release_torsional_momentrotational_stiffness_measure_with_unit (ENTITY)release_spring_linear
 release_y_bending_momentrotational_stiffness_measure_with_unit (ENTITY)release_spring_linear
 release_z_bending_momentrotational_stiffness_measure_with_unit (ENTITY)release_spring_linear

Derived Attributes

    No derived attributes

Inverse Attributes

Entity release_spring_linear has the following local and inherited inverse attributes:
AttributeTypeDefined By
 release_for_element_nodesSET OF element_node_connectivity (ENTITY)release

Supertypes

Entity release_spring_linear inherits from the following supertypes:
  release

Subtypes

Entity release_spring_linear has the following subtypes:
    release_warping*
* - Immediate Subtypes

Referenced By

Entity release_spring_linear and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 element_node_connectivity ENTITY release
 release ENTITY release_spring_linear
 release_spring_non_linear ENTITY release_spring_linear
 select_analysis_model_item SELECT release


[Top Level Definitions] [Exit]

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