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:
AttributeTypeDefined By
 element_namelabel (STRING)element
 element_descriptiontext (STRING)element
 parent_modelanalysis_model (ENTITY)element
 element_dimensionalityINTEGERelement

Derived Attributes

    No derived attributes

Inverse Attributes

Entity element has the following local and inherited inverse attributes:
AttributeTypeDefined By
 connectivitySET OF element_node_connectivity (ENTITY)element

Supertypes

    No supertypes

Subtypes

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:
DefinitionTypeReferenced Entity
 analysis_model ENTITY element
 assembly_map ENTITY element
 element_curve ENTITY element
 element_mapping ENTITY element
 element_node_connectivity ENTITY element
 element_point ENTITY element
 element_surface ENTITY element
 element_volume ENTITY element
 load_element ENTITY element
 part_map ENTITY element
 select_analysis_model_item SELECT element


[Top Level Definitions] [Exit]

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