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:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcShapeModel has the following local and inherited inverse attributes:
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00