IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.8.3.34 IfcSectionedSolid

AbV ⓘ

ABSTRACT This definition may not be instantiated

8.8.3.34.1 Semantic definition

An IfcSectionedSolid is an abstract base type for solids constructed by sweeping potentially variable cross sections along a directrix.

8.8.3.34.2 Entity inheritance

8.8.3.34.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
IfcSolidModel (1)
Click to show 3 hidden inherited attributes
IfcSectionedSolid (2)
1 Directrix IfcCurve

The curve used to define the sweeping operation.

2 CrossSections LIST [2:?] OF IfcProfileDef

List of cross sections in sequential order along the Directrix.

Table 8.8.3.34.A

8.8.3.34.4 Formal propositions

Name Description
ConsistentProfileTypes

No description available.

SIZEOF(QUERY(temp <* CrossSections | CrossSections[1].ProfileType <> temp.ProfileType)) = 0
DirectrixIs3D

The curve entity which is the underlying directrix shall have the dimensionality of 3.

Directrix.Dim = 3
SectionsSameType

The entity type for each section must be the same.

SIZEOF(QUERY(temp <* CrossSections | TYPEOF(CrossSections[1]) :<>: TYPEOF(temp))) = 0
Table 8.8.3.34.B

8.8.3.34.5 Formal representation

ENTITY IfcSectionedSolid
ABSTRACT SUPERTYPE OF (ONEOF
(IfcSectionedSolidHorizontal))
SUBTYPE OF (IfcSolidModel);
Directrix : IfcCurve;
CrossSections : LIST [2:?] OF IfcProfileDef;
WHERE
ConsistentProfileTypes : SIZEOF(QUERY(temp <* CrossSections | CrossSections[1].ProfileType <> temp.ProfileType)) = 0;
DirectrixIs3D : Directrix.Dim = 3;
SectionsSameType : SIZEOF(QUERY(temp <* CrossSections | TYPEOF(CrossSections[1]) :<>: TYPEOF(temp))) = 0;
END_ENTITY;

8.8.3.34.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.8.3.34.7 Changelog

8.8.3.34.7.1 IFC4.1

  • New resource