ENTITY presentation_style_assignment
(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP232
-- IN AP203e2/AP214/AP232/AP238 STEP-NC/AP242
ENTITY presentation_style_assignment
SUBTYPE OF (founded_item);
styles : SET [1:?] OF presentation_style_select;
WHERE
WR1:
SIZEOF(QUERY (style1 <* styles| NOT (SIZEOF(QUERY (style2 <* styles - style1| NOT ((TYPEOF(style1) <> TYPEOF(style2)) OR (SIZEOF([ 'STEP_MERGED_AP_SCHEMA.SURFACE_STYLE_USAGE', 'STEP_MERGED_AP_SCHEMA.EXTERNALLY_DEFINED_STYLE' ] * TYPEOF(style1)) = 1)))) = 0))) = 0;
WR2:
SIZEOF(QUERY (style1 <* styles| ('STEP_MERGED_AP_SCHEMA.SURFACE_STYLE_USAGE' IN TYPEOF(style1)))) <= 2;
WR3:
SIZEOF(QUERY (style1 <* styles| ('STEP_MERGED_AP_SCHEMA.SURFACE_STYLE_USAGE' IN TYPEOF(style1)) AND (SIZEOF(QUERY (style2 <* styles - style1| ('STEP_MERGED_AP_SCHEMA.SURFACE_STYLE_USAGE' IN TYPEOF(style2)) AND (((style1\surface_style_usage.side = both) OR (style2\surface_style_usage.side = both)) OR (style1\surface_style_usage.side = style2\surface_style_usage.side)))) > 0))) = 0;
END_ENTITY;
Explicit Attributes
Entity presentation_style_assignment has the following local and inherited explicit attributes:
Derived Attributes
Entity presentation_style_assignment has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity presentation_style_assignment inherits from the following supertypes:
founded_item
Subtypes
Entity presentation_style_assignment has the following subtypes:
presentation_style_by_context*
* - Immediate Subtypes
Referenced By
Entity presentation_style_assignment and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:33-04:00