IFC 4.3.0.0 (IFC4X3) final

8.12.2.9 IfcHatchLineDistanceSelect

8.12.2.9.1 Semantic definition

The IfcHatchLineDistanceSelect is a selection between different ways to determine the distance and optionally the start point of hatch lines, either by an offset distance measure or by a vector.

The vector, if selected, acts as a one time repeat factor in the fill area style hatching for determining the origin of the repeated hatch line relative to the origin of the previous hatch line, Given the initial position of any hatch line, the one direction repeat factor determines two new positions according to the equation:

8.12.2.9.2 Type values

Type
IfcPositiveLengthMeasure
IfcVector
Table 8.12.2.9.A

8.12.2.9.3 Formal representation

TYPE IfcHatchLineDistanceSelect = SELECT
	(IfcPositiveLengthMeasure
	,IfcVector);
END_TYPE;

8.12.2.9.4 References