I am using Data3DPointsDouble and trying to write any intensity value >= 266 causes E57Exception: element value out of min/max bounds (ErrorValueOutOfBounds).
Can anyone explain this? I do not see this documented anywhere.
Moreover, if I set intensityLimits.intensityMinimum and intensityLimits.intensityMaximum to min/max based on the data, it still fails. However, if I set intensityLimits.intensityMinimum to 0 but intensityLimits.intensityMaximum to actual max, it works. Seem like a pretty random behavior to me and I managed to fix it only by chance.