ENTITY IfcTopologyRepresentation

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcTopologyRepresentation
 SUBTYPE OF (IfcRepresentation);
 WHERE
	WR21 : SIZEOF(QUERY(temp <* SELF\IfcRepresentation.Items | 
               NOT('IFC2X2_FINAL.IFCTOPOLOGICALREPRESENTATIONITEM' IN TYPEOF(temp))
             )) = 0;
	WR22 : EXISTS(SELF\IfcRepresentation.RepresentationType);
	WR23 : IfcTopologyRepresentationTypes(SELF\IfcRepresentation.RepresentationType, SELF\IfcRepresentation.Items);
END_ENTITY;

Explicit Attributes

Entity IfcTopologyRepresentation 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 IfcTopologyRepresentation has the following local and inherited inverse attributes:
AttributeTypeDefined By
 OfProductRepresentationSET OF IfcProductRepresentation (ENTITY)IfcRepresentation

Supertypes

Entity IfcTopologyRepresentation inherits from the following supertypes:
  IfcRepresentation

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:56-04:00