Navigation

node

EXPRESS specification:

ENTITY node;
node_name  :  label;
node_coords  :  point;
restraints  :  OPTIONAL boundary_condition;
parent_model  :  analysis_model;
UNIQUE
URN1  :  node_name, parent_model;
URN2  :  node_coords, parent_model;
WHERE
WRN1  :  node_coords.dim = parent_model.coordinate_space_dimension;
END_ENTITY;

References (8):

Name Type Referred through Express-G
analysis_model Entity
Attribute 'component_nodes'
No Diagram
analysis_result_node Entity
Attribute 'result_for_node'
No Diagram
boundary_condition Entity
Attribute 'restrained_nodes'
No Diagram
element_node_connectivity Entity
Attribute 'connecting_node'
No Diagram
load_node Entity
Attribute 'supporting_node'
No Diagram
node_dependency Entity
Attribute 'master_node'
Attribute 'slave_node'
No Diagram
select_analysis_model_item Select
Select relation
No Diagram

Inheritance graph

ENTITY node;
ENTITY node;
node_name  :  label;
node_coords  :  point;
restraints  :  OPTIONAL boundary_condition;
parent_model  :  analysis_model;
END_ENTITY;