Navigation

analysis_model_located

EXPRESS specification:

ENTITY analysis_model_located
SUBTYPE OF ( analysis_model);
model_coord_sys  :  coord_system;
WHERE
WRA8  :  SELF\analysis_model.coordinate_space_dimension <= model_coord_sys.coord_system_dimensionality;
END_ENTITY;

References (1):

Name Type Referred through Express-G
analysis_model Entity
Subtype
No Diagram

Inheritance graph

ENTITY analysis_model_located;
ENTITY analysis_model;
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;
ENTITY analysis_model_located;
model_coord_sys  :  coord_system;
END_ENTITY;