Identifies whether the bulb (the upper extension of the reinforcement) is oriented
to the left or right of the flat face. The criterion is based on the vertex coordinates
of the 3D object (mesh3d): the reinforcement is divided according to its mean
Z coordinate, and the X positions of both halves are compared.
Value
Logical indicating the bulb orientation:
TRUEif the bulb protrudes to the left.FALSEif the bulb protrudes to the right.
Details
The function calculates the mean Z coordinate to split the reinforcement into two parts: the upper part (including the bulb) and the lower part (excluding the bulb). Then, it compares the minimum X coordinates of both parts to determine the orientation. If the bulb has a smaller X position than the lower part, it is considered oriented to the left.