Navigation

IfcTrapeziumProfileDef

Definition from IAI: The IfcTrapeziumProfileDef defines a trapezium as the profile definition used used by the swept surface geometry or the swept area solid. It is given by its Top X and Bottom X extent and its Y extent as well as by the offset of the Top X extend, and placed within the 2D position coordinate system, established by the Position attribute. It is placed centric within the position coordinate system.

HISTORY: New class in IFC Release 1.5. The use definition has changed in IFC Release 2x.
ISSUE: See issue log for changes made in IFC Release 1.5. See issue and change log for changes made in IFC Release 2x.
ILLUSTRATION:
trapezium profile Position
The Position attribute defines the 2D position coordinate system of the trapezium.

Parameter
The IfcTrapeziumProfileDef is defined within the position coordinate system, where the BottomDim defines the length measure for the bottom line (half along the positive x-axis) and the YDim defines the length measure for the parallel distance of bottom and top line (half along the positive y-axis). The top line starts with a distance of TopXOffset from [-BottomLine/2,YDim] (which can be negative, zero, or positive) and has a length of TopXDim along the positive x-axis.

Table: Parameter of trapezium profile definition

EXPRESS specification:

ENTITY IfcTrapeziumProfileDef
SUBTYPE OF ( IfcProfileDef);
Position  :  IfcAxis2Placement2D;
BottomXDim  :  IfcPositiveLengthMeasure;
TopXDim  :  IfcPositiveLengthMeasure;
YDim  :  IfcPositiveLengthMeasure;
TopXOffset  :  IfcLengthMeasure;
END_ENTITY;

Attribute definitions:

Position  :  Position coordinate system of the trapezium profile definition.
BottomXDim  :  The extent of the bottom line measured along the implicit x-axis.
TopXDim  :  The extent of the top line measured along the implicit x-axis.
YDim  :  The extent of the distance between the parallel bottom and top lines measured along the implicit y-axis.
TopXOffset  :  Offset from the beginning of the top line to the bottom line, measured along the implicit x-axis.

References (1):

Name Type Referred through Express-G
IfcProfileDef Entity
Subtype
Diagram 1

Inheritance graph

ENTITY IfcTrapeziumProfileDef;
ENTITY IfcProfileDef;
ProfileType  :  IfcProfileTypeEnum;
ProfileName  :  OPTIONAL IfcLabel;
ENTITY IfcTrapeziumProfileDef;
Position  :  IfcAxis2Placement2D;
BottomXDim  :  IfcPositiveLengthMeasure;
TopXDim  :  IfcPositiveLengthMeasure;
YDim  :  IfcPositiveLengthMeasure;
TopXOffset  :  IfcLengthMeasure;
END_ENTITY;