Navigation

IfcConnectedFaceSet

Definition from ISO/CD 10303-42:1992: An connected_face_set (IfcConnectedFaceSet) is a set of faces (IfcFace) such that the domain of faces together with their bounding edges and vertices is connected.

NOTE Corresponding STEP entity: connected_face_set, only the subtype closed_shell is included as IfcClosedShell. Please refer to ISO/IS 10303-42:1994, p. 144 for the final definition of the formal standard.

HISTORY New class in IFC Release 1.0 ISSUE: See issue log for changes made in IFC Release 1.5.

Informal proposition:

  1. The union of the domains of the faces and their bounding loops shall be arcwise connected.

EXPRESS specification:

ENTITY IfcConnectedFaceSet
SUPERTYPE OF (ONEOF(IfcClosedShell, IfcOpenShell))
SUBTYPE OF ( IfcTopologicalRepresentationItem);
CfsFaces  :  SET [1:?] OF IfcFace;
END_ENTITY;

Attribute definitions:

CfsFaces  :  The set of faces arcwise connected along common edges or vertices.

References (3):

Name Type Referred through Express-G
IfcClosedShell Entity
Supertype
Diagram 2
IfcOpenShell Entity
Supertype
Diagram 2
IfcTopologicalRepresentationItem Entity
Subtype
Diagram 1

Inheritance graph

ENTITY IfcConnectedFaceSet;
ENTITY IfcConnectedFaceSet;
CfsFaces  :  SET [1:?] OF IfcFace;
END_ENTITY;