ENTITY IfcFace
(* SCHEMA IFC2X3; *)
ENTITY IfcFace
SUPERTYPE OF (ONEOF
(IfcFaceSurface))
SUBTYPE OF (IfcTopologicalRepresentationItem);
Bounds : SET [1:?] OF IfcFaceBound;
WHERE
WR1 : SIZEOF(QUERY(temp <* Bounds | 'IFC2X3.IFCFACEOUTERBOUND' IN TYPEOF(temp))) <= 1;
END_ENTITY;
Explicit Attributes
Entity IfcFace has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| Bounds | SET OF IfcFaceBound (ENTITY) | IfcFace |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcFace has the following local and inherited inverse attributes:
Supertypes
Entity IfcFace inherits from the following supertypes:
IfcRepresentationItem
IfcTopologicalRepresentationItem
Subtypes
Entity IfcFace has the following subtypes:
IfcFaceSurface*
* - Immediate Subtypes
Referenced By
Entity IfcFace 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:12-04:00