ENTITY IfcStyledItem
(* SCHEMA IFC4; *)
-- ==============================
-- LEGACY CHANGE ATTRIBUTE: IfcStyledItem.Styles
--
-- IFC4x3 simplified styled items by making Styles only refer to a
-- PresentationStyle rather than a select of that and presentation
-- style assignment. That might simplify life for someone who only
-- sees 4x3+ data, but the old usage can be found in data from all
-- prior versions, so we must continue to recognize the original.
ENTITY IfcStyledItem
SUBTYPE OF (IfcRepresentationItem);
Item : OPTIONAL IfcRepresentationItem;
Styles : SET [1:?] OF IfcStyleAssignmentSelect;
-- Styles : SET [1:?] OF IfcPresentationStyle;
Name : OPTIONAL IfcLabel;
WHERE
ApplicableItem : NOT('IFC4.IFCSTYLEDITEM' IN TYPEOF(Item));
END_ENTITY;
Explicit Attributes
Entity IfcStyledItem has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcStyledItem has the following local and inherited inverse attributes:
Supertypes
Entity IfcStyledItem inherits from the following supertypes:
IfcRepresentationItem
Subtypes
No subtypesReferenced By
Entity IfcStyledItem and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00