Lwpolylines are often used to define terrain curves, and "field 38" is in use to define elevation of the curve so vertices only need x and y coords.
Fix for .is_closed not always a value but @property in some entities, raising AttributeError when set.
Some entities use .flags & 1 to define the closed state so the .is_closed is not "settable"