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:
Attribute | Type | Defined By |
---|
model_name | label (STRING) | analysis_model |
model_description | text (STRING) | analysis_model |
model_type | frame_type (ENUM) | analysis_model |
method_of_analysis | analysis_method (ENTITY) | analysis_model |
coordinate_space_dimension | dimension_count (INTEGER) | analysis_model |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity analysis_model has the following local and inherited inverse attributes:
Attribute | Type | Defined By |
---|
component_elements | SET OF element (ENTITY) | analysis_model |
component_nodes | SET OF node (ENTITY) | analysis_model |
|
Supertypes
No supertypesSubtypes
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00