ENTITY section_profile_compound
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY section_profile_compound
SUBTYPE OF (section_profile_complex);
component_sections : LIST [2:?] OF section_profile;
positions : LIST [2:?] OF point;
orientations : LIST [2:?] OF orientation_select;
DERIVE
number_of_sections : INTEGER := SIZEOF (component_sections);
WHERE
WRS9 : SIZEOF (positions) = number_of_sections;
WRS10 : SIZEOF (orientations) = number_of_sections;
WRS11 : SIZEOF (QUERY(sections <* component_sections | sections :=: (SELF))) = 0;
END_ENTITY;
Explicit Attributes
Entity section_profile_compound has the following local and inherited explicit attributes:
Derived Attributes
Entity section_profile_compound has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity section_profile_compound inherits from the following supertypes:
structural_frame_item
section_profile
section_profile_complex
Subtypes
No subtypesReferenced By
Entity section_profile_compound 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