IfcTShapeProfileDef

Natural language names
Semantic definitions at the entity
Entity definition

Definition from IAI: The IfcTShapeProfileDef defines a section profile that provides the defining parameters of a T-shaped section to be used by the swept area solid. Its parameters and orientation relative to the position coordinate system are according to the following illustration. The centre of the position coordinate system is in the profiles centre of the gravity bounding box.

The centre of gravity, if given, is located in x direction within the center of the bounding box, and in y-direction along the positive y axis, the offset value is given by the offset parameter CentreOfGravityInY.

HISTORY  New entity in Release IFC2x Edition 2.
IFC2x Edition 3 CHANGE  All profile origins are now in the center of the bounding box. The attribute CentreOfGravityInY has been made OPTIONAL. Upward compatibility for file based exchange is guaranteed.

Illustration:

T-shape profile

Position
The parameterized profile defines its own position coordinate system. The underlying coordinate system is defined by the swept area solid that uses the profile definition. It is the xy plane of:

  • IfcSweptAreaSolid.Position
by using offsets of the position location, the parameterized profile can be positioned centric (using x,y offsets = 0.), or at any position relative to the profile. Explicit coordinate offsets are used to define cardinal points (e.g. upper-left bound).

Parameter
The parameterized profile is defined by a set of parameter attributes, see attribute definition below.

Table: Parameters of T-shape profile definition

Attribute definitions
#AttributeTypeCardinalityDescription A
4DepthIfcPositiveLengthMeasure[1:1] Web lengths, see illustration above (= h).X
5FlangeWidthIfcPositiveLengthMeasure[1:1] Flange lengths, see illustration above (= b).X
6WebThicknessIfcPositiveLengthMeasure[1:1] Constant wall thickness of web (= ts).X
7FlangeThicknessIfcPositiveLengthMeasure[1:1] Constant wall thickness of flange (= tg).X
8FilletRadius- This attribute is out of scope for this model view definition and shall not be set.
9FlangeEdgeRadius- This attribute is out of scope for this model view definition and shall not be set.
10WebEdgeRadius- This attribute is out of scope for this model view definition and shall not be set.
11WebSlope- This attribute is out of scope for this model view definition and shall not be set.
12FlangeSlope- This attribute is out of scope for this model view definition and shall not be set.
13CentreOfGravityInY- This attribute is out of scope for this model view definition and shall not be set.
Formal Propositions
RuleDescription
WR1The flange thickness shall be smaller than the depth.
WR2The web thickness shall be smaller than the flange width.
Inherited definitions from supertypes
Entity inheritance IfcParameterizedProfileDef IfcProfileDef
Attribute inheritance
#AttributeTypeCardinalityDescriptionA
IfcProfileDef
1ProfileTypeIfcProfileTypeEnum[1:1] Defines the type of geometry into which this profile definition shall be resolved, either a curve or a surface area. In case of curve the profile should be referenced by a swept surface, in case of area the profile should be referenced by a swept area solid.X
2ProfileName- This attribute is out of scope for this model view definition and shall not be set.
IfcParameterizedProfileDef
3PositionIfcAxis2Placement2D[1:1] Position coordinate system of the parameterized profile definition.X
IfcTShapeProfileDef
4DepthIfcPositiveLengthMeasure[1:1] Web lengths, see illustration above (= h).X
5FlangeWidthIfcPositiveLengthMeasure[1:1] Flange lengths, see illustration above (= b).X
6WebThicknessIfcPositiveLengthMeasure[1:1] Constant wall thickness of web (= ts).X
7FlangeThicknessIfcPositiveLengthMeasure[1:1] Constant wall thickness of flange (= tg).X
8FilletRadius- This attribute is out of scope for this model view definition and shall not be set.
9FlangeEdgeRadius- This attribute is out of scope for this model view definition and shall not be set.
10WebEdgeRadius- This attribute is out of scope for this model view definition and shall not be set.
11WebSlope- This attribute is out of scope for this model view definition and shall not be set.
12FlangeSlope- This attribute is out of scope for this model view definition and shall not be set.
13CentreOfGravityInY- This attribute is out of scope for this model view definition and shall not be set.
Formal representations
XSD Specification
 <xs:element name="IfcTShapeProfileDef" type="ifc:IfcTShapeProfileDef" substitutionGroup="ifc:IfcParameterizedProfileDef" nillable="true"/>
 <xs:complexType name="IfcTShapeProfileDef">
  <xs:complexContent>
   <xs:extension base="ifc:IfcParameterizedProfileDef">
    <xs:attribute name="Depth" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
    <xs:attribute name="FlangeWidth" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
    <xs:attribute name="WebThickness" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
    <xs:attribute name="FlangeThickness" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcTShapeProfileDef
 SUBTYPE OF (IfcParameterizedProfileDef);
  Depth : IfcPositiveLengthMeasure;
  FlangeWidth : IfcPositiveLengthMeasure;
  WebThickness : IfcPositiveLengthMeasure;
  FlangeThickness : IfcPositiveLengthMeasure;
  FilletRadius : OPTIONAL IfcStrippedOptional;
  FlangeEdgeRadius : OPTIONAL IfcStrippedOptional;
  WebEdgeRadius : OPTIONAL IfcStrippedOptional;
  WebSlope : OPTIONAL IfcStrippedOptional;
  FlangeSlope : OPTIONAL IfcStrippedOptional;
  CentreOfGravityInY : OPTIONAL IfcStrippedOptional;
 WHERE
  WR1 : FlangeThickness < Depth;
  WR2 : WebThickness < FlangeWidth;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page