ENTITY IfcShapeModel

(* SCHEMA IFC4; *)
ENTITY IfcShapeModel
 ABSTRACT SUPERTYPE OF (ONEOF
    (IfcShapeRepresentation
    ,IfcTopologyRepresentation))
 SUBTYPE OF (IfcRepresentation);
 INVERSE
	OfShapeAspect : SET [0:1] OF IfcShapeAspect FOR ShapeRepresentations;
 WHERE
	WR11 : (SIZEOF(SELF\IfcRepresentation.OfProductRepresentation) = 1) XOR 
(SIZEOF(SELF\IfcRepresentation.RepresentationMap) = 1) XOR
(SIZEOF(OfShapeAspect) = 1);
END_ENTITY;

Explicit Attributes

Entity IfcShapeModel 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 IfcShapeModel 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
 OfShapeAspectSET OF IfcShapeAspect (ENTITY)IfcShapeModel

Supertypes

Entity IfcShapeModel inherits from the following supertypes:
  IfcRepresentation

Subtypes

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

Referenced By

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


[Top Level Definitions] [Exit]

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