ENTITY analysis_model

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY analysis_model
SUPERTYPE OF (ONEOF 
		(analysis_model_2D, 
		analysis_model_3D) ANDOR
		analysis_model_located ANDOR 
		analysis_model_child);
 	model_name : label;
 	model_description : OPTIONAL text;
 	model_type : frame_type;
 	method_of_analysis : OPTIONAL analysis_method;
	coordinate_space_dimension : dimension_count;
INVERSE
 	component_elements : SET [1:?] OF element
 		FOR parent_model;
 	component_nodes : SET [2:?] OF node
 		FOR parent_model;
END_ENTITY;

Explicit Attributes

Entity analysis_model has the following local and inherited explicit attributes:
AttributeTypeDefined By
 model_namelabel (STRING)analysis_model
 model_descriptiontext (STRING)analysis_model
 model_typeframe_type (ENUM)analysis_model
 method_of_analysisanalysis_method (ENTITY)analysis_model
 coordinate_space_dimensiondimension_count (INTEGER)analysis_model

Derived Attributes

    No derived attributes

Inverse Attributes

Entity analysis_model has the following local and inherited inverse attributes:
AttributeTypeDefined By
 component_elementsSET OF element (ENTITY)analysis_model
 component_nodesSET OF node (ENTITY)analysis_model

Supertypes

    No supertypes

Subtypes

Entity analysis_model has the following subtypes:
    analysis_model_2D*
    analysis_model_3D*
    analysis_model_child*
    analysis_model_located*
* - Immediate Subtypes

Referenced By

Entity analysis_model and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 analysis_model_2D ENTITY analysis_model
 analysis_model_3D ENTITY analysis_model
 analysis_model_child ENTITY analysis_model
 analysis_model_located ENTITY analysis_model
 analysis_model_mapping ENTITY analysis_model
 analysis_model_relationship ENTITY analysis_model
 element ENTITY analysis_model
 loading_combination ENTITY analysis_model
 node ENTITY analysis_model
 select_analysis_model_item SELECT analysis_model


[Top Level Definitions] [Exit]

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