Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcFlowDirectionEnum

Definition from buildingSMART: This enumeration defines the flow direction at a connection point as either a Source, Sink, or both SourceAndSink:

HISTORY: New enumeration in IFC R2.0

EXPRESS specification:

TYPE IfcFlowDirectionEnum = ENUMERATION OF
( SOURCE,
SINK,
SOURCEANDSINK,
NOTDEFINED);
END_TYPE;