ENTITY boundary_condition

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY boundary_condition
ABSTRACT SUPERTYPE OF (ONEOF
		(boundary_condition_logical, 
		boundary_condition_spring_linear, 
		boundary_condition_spring_non_linear) ANDOR 
		boundary_condition_skewed);
 	boundary_condition_name : label;
 	boundary_condition_description : OPTIONAL text;
INVERSE
 	restrained_nodes : SET [1:?] OF node FOR restraints;
END_ENTITY;

Explicit Attributes

Entity boundary_condition has the following local and inherited explicit attributes:
AttributeTypeDefined By
 boundary_condition_namelabel (STRING)boundary_condition
 boundary_condition_descriptiontext (STRING)boundary_condition

Derived Attributes

    No derived attributes

Inverse Attributes

Entity boundary_condition has the following local and inherited inverse attributes:
AttributeTypeDefined By
 restrained_nodesSET OF node (ENTITY)boundary_condition

Supertypes

    No supertypes

Subtypes

Entity boundary_condition has the following subtypes:
    boundary_condition_logical*
    boundary_condition_skewed*
    boundary_condition_spring_linear*
    boundary_condition_spring_non_linear*
    boundary_condition_warping
* - Immediate Subtypes

Referenced By

Entity boundary_condition and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 node ENTITY boundary_condition
 select_analysis_model_item SELECT boundary_condition


[Top Level Definitions] [Exit]

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