ENTITY IfcStyledRepresentation

(* SCHEMA IFC4; *)
ENTITY IfcStyledRepresentation
 SUBTYPE OF (IfcStyleModel);
 WHERE
	OnlyStyledItems : SIZEOF(QUERY(temp <* SELF\IfcRepresentation.Items | 
  (NOT('IFC4.IFCSTYLEDITEM' IN TYPEOF(temp)))
)) = 0;
END_ENTITY;

Explicit Attributes

Entity IfcStyledRepresentation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ContextOfItemsIfcRepresentationContext (ENTITY)IfcRepresentation
 RepresentationIdentifierIfcLabel (STRING)IfcRepresentation
 RepresentationTypeIfcLabel (STRING)IfcRepresentation
 ItemsSET OF IfcRepresentationItem (ENTITY)IfcRepresentation

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcStyledRepresentation has the following local and inherited inverse attributes:
AttributeTypeDefined By
 RepresentationMapSET OF IfcRepresentationMap (ENTITY)IfcRepresentation
 LayerAssignmentsSET OF IfcPresentationLayerAssignment (ENTITY)IfcRepresentation
 OfProductRepresentationSET OF IfcProductRepresentation (ENTITY)IfcRepresentation

Supertypes

Entity IfcStyledRepresentation inherits from the following supertypes:
  IfcRepresentation
    IfcStyleModel

Subtypes

    No subtypes

Referenced By

Entity IfcStyledRepresentation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcLayeredItem SELECT IfcRepresentation
 IfcProductRepresentation ENTITY IfcRepresentation
 IfcRepresentation ENTITY IfcStyleModel
 IfcRepresentationContext ENTITY IfcRepresentation
 IfcRepresentationMap ENTITY IfcRepresentation
 IfcShapeModel ENTITY IfcRepresentation
 IfcShapeRepresentation ENTITY IfcRepresentation
 IfcStyledRepresentation ENTITY IfcRepresentation
 IfcStyleModel ENTITY IfcStyledRepresentation
 IfcTopologyRepresentation ENTITY IfcRepresentation


[Top Level Definitions] [Exit]

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