ENTITY IfcProductDefinitionShape

(* SCHEMA IFC2X3; *)
ENTITY IfcProductDefinitionShape
 SUBTYPE OF (IfcProductRepresentation);
 INVERSE
	ShapeOfProduct : SET [1:1] OF IfcProduct FOR Representation;
	HasShapeAspects : SET [0:?] OF IfcShapeAspect FOR PartOfProductDefinitionShape;
 WHERE
	WR11 : SIZEOF(QUERY(temp <* Representations | 
               (NOT('IFC2X3.IFCSHAPEMODEL' IN TYPEOF(temp)))
             )) = 0;
END_ENTITY;

Explicit Attributes

Entity IfcProductDefinitionShape has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcProductRepresentation
 DescriptionIfcText (STRING)IfcProductRepresentation
 RepresentationsLIST OF IfcRepresentation (ENTITY)IfcProductRepresentation

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcProductDefinitionShape has the following local and inherited inverse attributes:
AttributeTypeDefined By
 ShapeOfProductSET OF IfcProduct (ENTITY)IfcProductDefinitionShape
 HasShapeAspectsSET OF IfcShapeAspect (ENTITY)IfcProductDefinitionShape

Supertypes

Entity IfcProductDefinitionShape inherits from the following supertypes:
  IfcProductRepresentation

Subtypes

    No subtypes

Referenced By

Entity IfcProductDefinitionShape and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcProduct ENTITY IfcProductRepresentation
 IfcProductRepresentation ENTITY IfcProductDefinitionShape
 IfcRepresentation ENTITY IfcProductRepresentation
 IfcShapeAspect ENTITY IfcProductDefinitionShape


[Top Level Definitions] [Exit]

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