ENTITY IfcPresentationLayerAssignment
(* SCHEMA IFC4; *)
ENTITY IfcPresentationLayerAssignment
 SUPERTYPE OF (ONEOF
	(IfcPresentationLayerWithStyle));
	Name : IfcLabel;
	Description : OPTIONAL IfcText;
	AssignedItems : SET [1:?] OF IfcLayeredItem;
	Identifier : OPTIONAL IfcIdentifier;
 WHERE
	ApplicableItems : SIZEOF(QUERY(temp <* AssignedItems | (
  SIZEOF(TYPEOF(temp) * [
    'IFC4.IFCSHAPEREPRESENTATION',
    'IFC4.IFCGEOMETRICREPRESENTATIONITEM',
    'IFC4.IFCMAPPEDITEM']) = 1)
)) = SIZEOF(AssignedItems);
END_ENTITY;
Explicit Attributes
Entity IfcPresentationLayerAssignment has the following local and inherited explicit attributes:
| Attribute | Type | Defined By | 
|---|
 |  Name | IfcLabel (STRING) | IfcPresentationLayerAssignment |  
|  Description | IfcText (STRING) | IfcPresentationLayerAssignment |  
|  AssignedItems | SET OF IfcLayeredItem (SELECT) | IfcPresentationLayerAssignment |  
|  Identifier | IfcIdentifier (STRING) | IfcPresentationLayerAssignment |  
 
 | 
Derived Attributes
    No derived attributes
Inverse Attributes
    No Inverse AttributesSupertypes
    No supertypesSubtypes
Entity IfcPresentationLayerAssignment has the following subtypes:
    IfcPresentationLayerWithStyle*
* - Immediate Subtypes
Referenced By
Entity IfcPresentationLayerAssignment 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