Navigation

element_curve_simple

EXPRESS specification:

ENTITY element_curve_simple
SUBTYPE OF ( element_curve);
cross_section  :  section_profile;
element_orientation  :  orientation_select;
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY element_curve_simple;
ENTITY element;
element_name  :  label;
element_description  :  OPTIONAL text;
parent_model  :  analysis_model;
element_dimensionality  :  INTEGER;
INVERSE
connectivity  :  SET [1:?] OF element_node_connectivity FOR connecting_element;
ENTITY element_curve;
element_subdivision  :  OPTIONAL INTEGER;
DERIVE
connectivities  :  SET [2:2] OF element_node_connectivity :=  bag_to_set
(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.ELEMENT_NODE_CONNECTIVITY.CONNECTING_ELEMENT'));
ENTITY element_curve_simple;
cross_section  :  section_profile;
element_orientation  :  orientation_select;
END_ENTITY;