ENTITY surface_treatment_coat
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY surface_treatment_coat
SUBTYPE OF (surface_treatment);
methods : LIST [1:?] OF coating_method;
layer_thicknesses : LIST [1:?] OF positive_length_measure_with_unit;
coating_specifications : LIST [1:?] OF coating;
DERIVE
number_of_layers : INTEGER := SIZEOF(methods);
WHERE
WRS41 : SIZEOF(layer_thicknesses) = number_of_layers;
WRS42 : SIZEOF(coating_specifications) = number_of_layers;
END_ENTITY;
Explicit Attributes
Entity surface_treatment_coat has the following local and inherited explicit attributes:
Derived Attributes
Entity surface_treatment_coat has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity surface_treatment_coat inherits from the following supertypes:
structural_frame_item
structural_frame_process
surface_treatment
Subtypes
No subtypesReferenced By
Entity surface_treatment_coat 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