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:
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcRepresentation has the following local and inherited inverse attributes:
Supertypes
    No supertypesSubtypes
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00