.LAS File format

.LAS File format

Anonymous
Not applicable
1,967 Views
1 Reply
Message 1 of 2

.LAS File format

Anonymous
Not applicable

Where I can find the description of the *.LAS file format.

 

I mean the file format used to store the state of the layers used by the export/import buttons of the layer state manager.

 

Untitled.png

 

I need it to be able to mix layer states

0 Likes
Accepted solutions (1)
1,968 Views
1 Reply
Reply (1)
Message 2 of 2

GTVic
Advisor
Advisor
Accepted solution

The format is similar (or maybe identical) to DXF file format. So if you look that up you should have a good idea.

 

There is a lot of reference material on the web for DXF.

 

Some people have reported issues editing LAS files, I was able to successfully edit using Notepad++, the file is stored in TEXT UTF-8 with BOM format, so using regular Notepad could have been the cause of reported issues.

0 Likes