Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SurfaceScanning, export result as CSV #82

Open
krtschmr opened this issue Dec 9, 2018 · 3 comments
Open

SurfaceScanning, export result as CSV #82

krtschmr opened this issue Dec 9, 2018 · 3 comments

Comments

@krtschmr
Copy link

krtschmr commented Dec 9, 2018

Is it possible to just run the surface scanning and export the result as a CSV file so we can replicate the surface as a 3D Model in Fusion or somewhere else? should either choose if XML or csv

@martin2250
Copy link
Owner

Hi,
.hmap files are actually just xml files. They don't use any existing standard, so you can't just plug them into another program, but a quick python script can convert a height map to any format you need.

@krtschmr
Copy link
Author

krtschmr commented Dec 9, 2018

ya, i can do sublime and replace it

<point X="([0-9]+)" Y="([0-9]+)"> with then $1,$2, and then replace </point> withnothing and it's done.

i wonder why the points are starting from 0,0 instead of negative values, so 0,0 would be the center?

@martin2250
Copy link
Owner

I can't remember why I did it that way, this entire file format is pretty horrible. The offsets should be stored somewhere in the .hmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants