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:
Attribute | Type | Defined By |
---|
boundary_condition_name | label (STRING) | boundary_condition |
boundary_condition_description | text (STRING) | boundary_condition |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity boundary_condition has the following local and inherited inverse attributes:
Attribute | Type | Defined By |
---|
restrained_nodes | SET OF node (ENTITY) | boundary_condition |
|
Supertypes
No supertypesSubtypes
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00