7.10.3.26 IfcStructuralSurfaceMember
7.10.3.26.1 Semantic definition
Instances of IfcStructuralSurfaceMember describe face members, that is, structural analysis idealizations of slabs, walls, and shells. Surface members may be planar or curved.
*Coordinate Systems*:
See definitions at IfcStructuralItem. The local coordinate system is established by the reference surface given by topology representation.
*Material Use Definition*
The material of direct instances IfcStructuralSurfaceMember (in contrast to instances of the subtype IfcStructuralSurfaceMemberVarying) is defined by IfcMaterial and attached by the IfcRelAssociatesMaterial.RelatingMaterial. It is accessible by the inverse HasAssociations relationship.
The material is specified minimally by a name which corresponds with an agreed upon standardized structural material designation. An external reference to the source which specifies the material designation should be provided. Alternatively, structural material properties may be provided by means of IfcMaterialProperties.
Direct instances of IfcStructuralSurfaceMember are assumed to be located centrically relative to their reference surface. Their depth is provided in the attribute Thickness.
7.10.3.26.2 Entity inheritance
7.10.3.26.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRoot (4) | |||
IfcObjectDefinition (7) | |||
IfcObject (5) | |||
IfcProduct (5) | |||
IfcStructuralItem (1) | |||
IfcStructuralMember (1) | |||
Click to show 23 hidden inherited attributes Click to hide 23 inherited attributes | |||
IfcStructuralSurfaceMember (2) | |||
8 | PredefinedType | IfcStructuralSurfaceMemberTypeEnum |
Type of member with respect to its load carrying behavior in this analysis idealization. |
9 | Thickness | OPTIONAL IfcPositiveLengthMeasure |
Defines the typically understood thickness of the structural surface member, measured normal to its reference surface. |
7.10.3.26.4 Formal propositions
Name | Description |
---|---|
HasObjectType |
The attribute ObjectType shall be given if the predefined type is set to USERDEFINED. |
|
7.10.3.26.5 Property sets
-
Pset_Risk
- RiskName
- RiskType
- NatureOfRisk
- RiskAssessmentMethodology
- UnmitigatedRiskLikelihood
- UnmitigatedRiskConsequence
- UnmitigatedRiskSignificance
- MitigationPlanned
- MitigatedRiskLikelihood
- MitigatedRiskConsequence
- MitigatedRiskSignificance
- MitigationProposed
- AssociatedProduct
- AssociatedActivity
- AssociatedLocation
-
Pset_Tolerance
- ToleranceDescription
- ToleranceBasis
- OverallTolerance
- HorizontalTolerance
- OrthogonalTolerance
- VerticalTolerance
- PlanarFlatness
- HorizontalFlatness
- ElevationalFlatness
- SideFlatness
- OverallOrthogonality
- HorizontalOrthogonality
- OrthogonalOrthogonality
- VerticalOrthogonality
- OverallStraightness
- HorizontalStraightness
- OrthogonalStraightness
- VerticalStraightness
-
Pset_Uncertainty
- UncertaintyBasis
- UncertaintyDescription
- HorizontalUncertainty
- LinearUncertainty
- OrthogonalUncertainty
- VerticalUncertainty
-
Qto_BodyGeometryValidation
- GrossSurfaceArea
- NetSurfaceArea
- GrossVolume
- NetVolume
- SurfaceGenusBeforeFeatures
- SurfaceGenusAfterFeatures
7.10.3.26.6 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcRoot (2) | |||
IfcObjectDefinition (9) | |||
IfcObject (5) | |||
IfcProduct (18) | |||
Click to show 34 hidden inherited concepts Click to hide 34 inherited concepts | |||
IfcStructuralSurfaceMember (3) | |||
Material Layer Set Usage | General |
The material of direct instances IfcStructuralSurfaceMember (in contrast to instances of the subtype IfcStructuralSurfaceMemberVarying) is defined by IfcMaterialLayerSetUsage and attached by the IfcRelAssociatesMaterial.RelatingMaterial. It is accessible by the inverse HasAssociations relationship. The material is specified minimally by a name which corresponds with an agreed upon standardized structural material designation. An external reference to the source which specifies the material designation should be provided. Alternatively, structural material properties may be provided by means of IfcMaterialProperties. In the absence of material layer set usage, direct instances of IfcStructuralSurfaceMember are assumed to be located centrically relative to their reference surface. Their depth is provided in the attribute Thickness. |
|
Reference Topology | General |
Direct instances of IfcStructuralSurfaceMember shall have a topology representation which consists of one IfcFaceSurface, representing the reference surface of the surface member. See definitions at IfcStructuralItem for further specifications. The local coordinate system is established by the reference surface given by topology representation. This concept can be applied to the following resources: |
|
Structural Connectivity | General |
This concept can be applied to the following resources:
|
7.10.3.26.7 Formal representation
ENTITY IfcStructuralSurfaceMember SUPERTYPE OF (ONEOF (IfcStructuralSurfaceMemberVarying)) SUBTYPE OF (IfcStructuralMember); PredefinedType : IfcStructuralSurfaceMemberTypeEnum; Thickness : OPTIONAL IfcPositiveLengthMeasure; WHERE HasObjectType : (PredefinedType <> IfcStructuralSurfaceMemberTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); END_ENTITY;