IFC 4.3.2.20250219 (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

2 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!

7.7.2.1.5 Changelog

7.7.2.1.5.1 IFC4.3_DEV_d5336fff

  • New resource