Direction Sense Enum | |
Enumération des sens de direction |
IfcDirectionSenseEnum is an enumeration denoting whether sense of direction is positive or negative along the given axis.
HISTORY New Type in IFC2x.
Constant | Description |
---|---|
POSITIVE | Direction defined to be positive. |
NEGATIVE | Direction defined to be negative. |
<xs:simpleType name="IfcDirectionSenseEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="positive"/>
<xs:enumeration value="negative"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcDirectionSenseEnum = ENUMERATION OF (
POSITIVE,
NEGATIVE);
END_TYPE;
References: IfcMaterialLayerSetUsage