IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.7.2.1 IfcConveyorSegmentTypeEnum

7.7.2.1.1 Semantic definition

This container defines the different predefined types of conveyor segments that can further specify an IfcConveyorSegment or IfcConveyorSegmentType.

7.7.2.1.2 Type values

Type Description
BELTCONVEYOR

An endless belt for carrying material without stretching.

BUCKETCONVEYOR

A conveyor in the form of connected buckets or segments that move in a continuous loop

CHUTECONVEYOR

Gravity-operated conveyor where media descends through a trough or chute.

SCREWCONVEYOR

composed of a longitudinal screw in a trough or pipe that rotates to force media through the segment

USERDEFINED

User-defined type

NOTDEFINED

Undefined type.

Table 7.7.2.1.A

7.7.2.1.3 Formal representation

TYPE IfcConveyorSegmentTypeEnum = ENUMERATION OF
	(BELTCONVEYOR
	,BUCKETCONVEYOR
	,CHUTECONVEYOR
	,SCREWCONVEYOR
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.7.2.1.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.7.2.1.5 Changelog

7.7.2.1.5.1 IFC4.3_DEV_70ee25e8

  • New resource