ENTITY element_surface
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY element_surface
SUPERTYPE OF (ONEOF(element_surface_simple, element_surface_complex))
SUBTYPE OF (element);
thickness : positive_length_measure_with_unit;
DERIVE
connectivities : SET [3:?] OF element_node_connectivity := bag_to_set
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.ELEMENT_NODE_CONNECTIVITY.CONNECTING_ELEMENT'));
WHERE
WRE14 : SELF\element.element_dimensionality = 2;
WRE15 : SELF\element.parent_model.coordinate_space_dimension > 1;
END_ENTITY;
Explicit Attributes
Entity element_surface has the following local and inherited explicit attributes:
Derived Attributes
Entity element_surface has the following local and inherited derived attributes:
Inverse Attributes
Entity element_surface has the following local and inherited inverse attributes:
Supertypes
Entity element_surface inherits from the following supertypes:
element
Subtypes
Entity element_surface has the following subtypes:
element_surface_complex*
element_surface_plane
element_surface_profiled
element_surface_simple*
* - Immediate Subtypes
Referenced By
Entity element_surface 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