Definition from ISO/CD 10303-42:1992: A face surface (IfcFaceSurface) is a subtype of face in which the geometry is defined by an associated surface. The portion of the surface used by the face shall be embeddable in the plane as an open disk, possibly with holes. However, the union of the face with the edges and vertices of its bounding loops need not be embeddable in the plane. It may, for example, cover an entire sphere or torus. As both a face and a geometric surface have defined normal directions, a BOOLEAN flag (the orientation attribute) is used to indicate whether the surface normal agrees with (TRUE) or is opposed to (FALSE) the face normal direction. The geometry associated with any component of the loops of the face shall be consistent with the surface geometry, in the sense that the domains of all the vertex points and edge curves are contained in the face geometry surface. A surface may be referenced by more than one face surface.
NOTE Corresponding STEP entity: face_surface. Please refer to ISO/IS 10303-42:1994, p. 204 for the final definition of the formal standard. Due to the general IFC model specification rule not to use multiple inheritance, the subtype relationship to geometric_representation_item is not included.
HISTORY New class in IFC Release 2.x
Informal propositions:
# | Attribute | Type | Cardinality | Description | A |
---|---|---|---|---|---|
2 | FaceSurface | IfcSurface | [1:1] | The surface which defines the internal shape of the face. This surface may be unbounded. The domain of the face is defined by this surface and the bounding loops in the inherited attribute SELF\FaceBounds. | X |
3 | SameSense | BOOLEAN | [1:1] | This flag indicates whether the sense of the surface normal agrees with (TRUE), or opposes (FALSE), the sense of the topological normal to the face. | X |
# | Attribute | Type | Cardinality | Description | A |
---|---|---|---|---|---|
IfcRepresentationItem | |||||
IfcTopologicalRepresentationItem | |||||
IfcFace | |||||
1 | Bounds | IfcFaceBound | S[1:?] | Boundaries of the face. | X |
IfcFaceSurface | |||||
2 | FaceSurface | IfcSurface | [1:1] | The surface which defines the internal shape of the face. This surface may be unbounded. The domain of the face is defined by this surface and the bounding loops in the inherited attribute SELF\FaceBounds. | X |
3 | SameSense | BOOLEAN | [1:1] | This flag indicates whether the sense of the surface normal agrees with (TRUE), or opposes (FALSE), the sense of the topological normal to the face. | X |
<xs:element name="IfcFaceSurface" type="ifc:IfcFaceSurface" substitutionGroup="ifc:IfcFace" nillable="true"/>
<xs:complexType name="IfcFaceSurface">
<xs:complexContent>
<xs:extension base="ifc:IfcFace">
<xs:sequence>
<xs:element name="FaceSurface" type="ifc:IfcSurface" nillable="true"/>
</xs:sequence>
<xs:attribute name="SameSense" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcFaceSurface
SUBTYPE OF (IfcFace);
FaceSurface : IfcSurface;
SameSense : BOOLEAN;
END_ENTITY;