ENTITY IfcRepresentation

(* SCHEMA IFC4; *)
ENTITY IfcRepresentation
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcShapeModel
	,IfcStyleModel));
	ContextOfItems : IfcRepresentationContext;
	RepresentationIdentifier : OPTIONAL IfcLabel;
	RepresentationType : OPTIONAL IfcLabel;
	Items : SET [1:?] OF IfcRepresentationItem;
 INVERSE
	RepresentationMap : SET [0:1] OF IfcRepresentationMap FOR MappedRepresentation;
	LayerAssignments : SET [0:?] OF IfcPresentationLayerAssignment FOR AssignedItems;
	OfProductRepresentation : SET [0:?] OF IfcProductRepresentation FOR Representations;
END_ENTITY;

Explicit Attributes

Entity IfcRepresentation 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 IfcRepresentation 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

    No supertypes

Subtypes

Entity IfcRepresentation has the following subtypes:
    IfcShapeModel*
    IfcShapeRepresentation
    IfcStyledRepresentation
    IfcStyleModel*
    IfcTopologyRepresentation
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:31:09-05:00