ENTITY IfcFace
(* SCHEMA IFC4; *)
ENTITY IfcFace
SUPERTYPE OF (ONEOF
(IfcFaceSurface))
SUBTYPE OF (IfcTopologicalRepresentationItem);
Bounds : SET [1:?] OF IfcFaceBound;
INVERSE
HasTextureMaps : SET [0:?] OF IfcTextureMap FOR MappedTo;
WHERE
HasOuterBound : SIZEOF(QUERY(temp <* Bounds | 'IFC4.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:
IfcAdvancedFace
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
2016-06-01T11:21:43-04:00