ENTITY IfcPresentationLayerWithStyle

(* SCHEMA IFC4; *)
ENTITY IfcPresentationLayerWithStyle
 SUBTYPE OF (IfcPresentationLayerAssignment);
	LayerOn : IfcLogical;
	LayerFrozen : IfcLogical;
	LayerBlocked : IfcLogical;
	LayerStyles : SET [0:?] OF IfcPresentationStyle;
 WHERE
	ApplicableOnlyToItems : SIZEOF(QUERY(temp <* AssignedItems | (
  SIZEOF(TYPEOF(temp) * [
    'IFC4.IFCGEOMETRICREPRESENTATIONITEM',
    'IFC4.IFCMAPPEDITEM']) = 1)
)) = SIZEOF(AssignedItems);
END_ENTITY;

Explicit Attributes

Entity IfcPresentationLayerWithStyle has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcPresentationLayerAssignment
 DescriptionIfcText (STRING)IfcPresentationLayerAssignment
 AssignedItemsSET OF IfcLayeredItem (SELECT)IfcPresentationLayerAssignment
 IdentifierIfcIdentifier (STRING)IfcPresentationLayerAssignment
 LayerOnIfcLogical (LOGICAL)IfcPresentationLayerWithStyle
 LayerFrozenIfcLogical (LOGICAL)IfcPresentationLayerWithStyle
 LayerBlockedIfcLogical (LOGICAL)IfcPresentationLayerWithStyle
 LayerStylesSET OF IfcPresentationStyle (ENTITY)IfcPresentationLayerWithStyle

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcPresentationLayerWithStyle inherits from the following supertypes:
  IfcPresentationLayerAssignment

Subtypes

    No subtypes

Referenced By

Entity IfcPresentationLayerWithStyle and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcPresentationLayerAssignment ENTITY IfcPresentationLayerWithStyle
 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