ENTITY element
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY element
SUPERTYPE OF (ONEOF
(element_volume,
element_surface,
element_curve,
element_point) ANDOR
element_with_material);
element_name : label;
element_description : OPTIONAL text;
parent_model : analysis_model;
element_dimensionality : INTEGER;
INVERSE
connectivity : SET [1:?] OF element_node_connectivity FOR connecting_element;
UNIQUE
URE1 : element_name, parent_model;
WHERE
WRE2 : element_dimensionality <= parent_model.coordinate_space_dimension;
WRE21 : (element_dimensionality >= 0) AND (element_dimensionality <= 3);
END_ENTITY;
Explicit Attributes
Entity element has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
element_name | label (STRING) | element |
element_description | text (STRING) | element |
parent_model | analysis_model (ENTITY) | element |
element_dimensionality | INTEGER | element |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity element has the following local and inherited inverse attributes:
Supertypes
No supertypesSubtypes
Entity element has the following subtypes:
element_curve* element_curve_complex element_curve_simple element_point* element_point_grounded_damper element_point_grounded_spring element_point_stationary_mass element_surface* element_surface_complex element_surface_plane element_surface_profiled element_surface_simple element_volume* element_volume_complex element_volume_simple element_with_material*
* - Immediate Subtypes
Referenced By
Entity element 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