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:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcProductDefinitionShape has the following local and inherited inverse attributes:
| Attribute | Type | Defined By |
|---|
| ShapeOfProduct | SET OF IfcProduct (ENTITY) | IfcProductDefinitionShape |
| HasShapeAspects | SET OF IfcShapeAspect (ENTITY) | IfcProductDefinitionShape |
|
Supertypes
Entity IfcProductDefinitionShape inherits from the following supertypes:
IfcProductRepresentation
Subtypes
No subtypesReferenced By
Entity IfcProductDefinitionShape and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:13-04:00