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:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcShapeRepresentation has the following local and inherited inverse attributes:
Supertypes
Entity IfcShapeRepresentation inherits from the following supertypes:
IfcRepresentation
Subtypes
No subtypesReferenced By
Entity IfcShapeRepresentation and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:56-04:00