ENTITY IfcShapeRepresentation

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcShapeRepresentation
 SUBTYPE OF (IfcRepresentation);
 INVERSE
	OfShapeAspect : SET [0:1] OF IfcShapeAspect FOR ShapeRepresentations;
 WHERE
	WR21 : 'IFC2X2_FINAL.IFCGEOMETRICREPRESENTATIONCONTEXT' 
             IN TYPEOF(SELF\IfcRepresentation.ContextOfItems);
	WR22 : SIZEOF(QUERY(temp <* Items | 
               ('IFC2X2_FINAL.IFCTOPOLOGICALREPRESENTATIONITEM' IN TYPEOF(temp))
                 AND (NOT(SIZEOF(
                   ['IFC2X2_FINAL.IFCVERTEXPOINT',
                    'IFC2X2_FINAL.IFCEDGECURVE',
                    'IFC2X2_FINAL.IFCFACESURFACE'] * TYPEOF(temp)) = 1))
             )) = 0;
	WR23 : EXISTS(SELF\IfcRepresentation.RepresentationType);
	WR24 : IfcShapeRepresentationTypes(SELF\IfcRepresentation.RepresentationType, SELF\IfcRepresentation.Items);
END_ENTITY;

Explicit Attributes

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

Supertypes

Entity IfcShapeRepresentation inherits from the following supertypes:
  IfcRepresentation

Subtypes

    No subtypes

Referenced By

Entity IfcShapeRepresentation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcLayeredItem SELECT IfcRepresentation
 IfcProductRepresentation ENTITY IfcRepresentation
 IfcRepresentation ENTITY IfcShapeRepresentation
 IfcRepresentationContext ENTITY IfcRepresentation
 IfcRepresentationMap ENTITY IfcRepresentation
 IfcShapeAspect ENTITY IfcShapeRepresentation
 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