ENTITY presentation_style_assignment
(* SCHEMA Ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf; *)
ENTITY presentation_style_assignment
SUBTYPE OF (founded_item);
styles : SET [1:?] OF presentation_style_select;
WHERE
WR1 : SIZEOF (QUERY (style1 <* SELF.styles |
NOT (SIZEOF (QUERY (style2 <* (SELF.styles - style1) |
NOT ((TYPEOF (style1) <> TYPEOF (style2)) OR
(SIZEOF (['AP203_CONFIGURATION_CONTROLLED_3D_DESIGN_OF_MECHANICAL_PARTS_AND_ASSEMBLIES_MIM_LF.' +
'SURFACE_STYLE_USAGE',
'AP203_CONFIGURATION_CONTROLLED_3D_DESIGN_OF_MECHANICAL_PARTS_AND_ASSEMBLIES_MIM_LF.'+
'EXTERNALLY_DEFINED_STYLE'] *
TYPEOF (style1)) = 1)
))) = 0
))) = 0;
WR2 : SIZEOF (QUERY (style1 <* SELF.styles |
'AP203_CONFIGURATION_CONTROLLED_3D_DESIGN_OF_MECHANICAL_PARTS_AND_ASSEMBLIES_MIM_LF.SURFACE_STYLE_USAGE' IN
TYPEOF(style1)
)) <= 2;
WR3 : SIZEOF (QUERY (style1 <* SELF.styles |
('AP203_CONFIGURATION_CONTROLLED_3D_DESIGN_OF_MECHANICAL_PARTS_AND_ASSEMBLIES_MIM_LF.SURFACE_STYLE_USAGE' IN TYPEOF (style1)) AND
(SIZEOF (QUERY (style2 <* (SELF.styles - style1) |
('AP203_CONFIGURATION_CONTROLLED_3D_DESIGN_OF_MECHANICAL_PARTS_AND_ASSEMBLIES_MIM_LF.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
2012-03-27T17:14:39-04:00