analysis_model_3d
EXPRESS specification:
ENTITY
analysis_model_3d
SUBTYPE
OF
(
analysis_model
);
WHERE
WRA4
:
SELF\analysis_model.coordinate_space_dimension = 3;
WRA5
:
(SELF\analysis_model.model_type = SPACE_FRAME) OR (SELF\analysis_model.model_type = SPACE_TRUSS);
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
analysis_model
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
analysis_model_3d;
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_3d
;
END_ENTITY
;