Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcShell

Definition from ISO/CD 10303-42:1992 This type collects together, for reference when constructing more complex models, the subtypes which have the characteristics of a shell. A shell is a connected object of fixed dimensionality d = 0; 1; or 2, typically used to bound a region. The domain of a shell, if present, includes its bounds and 0 £ X < ¥ .

Definition from IAI: Shells of dimensionality 0 and 1 are not part of the current IFC release.

NOTE: Corresponding STEP type: shell. Please refer to ISO/IS 10303-42:1994, p. 127 for the final definition of the formal standard. Only the select items closed_shell (IfcClosedShell) and open_shell (IfcOpenShell) have been incorporated in the current IFC release.
HISTORY: New type in IFC Release 2x

EXPRESS specification:

TYPE IfcShell = SELECT
( IfcClosedShell,
IfcOpenShell);
END_TYPE;