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:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcPresentationLayerAssignment
 DescriptionIfcText (STRING)IfcPresentationLayerAssignment
 AssignedItemsSET OF IfcLayeredItem (SELECT)IfcPresentationLayerAssignment
 IdentifierIfcIdentifier (STRING)IfcPresentationLayerAssignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity IfcPresentationLayerAssignment has the following subtypes:
    IfcPresentationLayerWithStyle*
* - Immediate Subtypes

Referenced By

Entity IfcPresentationLayerAssignment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcRepresentation ENTITY IfcPresentationLayerAssignment
 IfcRepresentationItem ENTITY IfcPresentationLayerAssignment


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:45-04:00