How to get the floor type at a location?

Given a certain location (and level), how can I know which type of floor is placed here?

Better to do this within python code if possible…

Thank you!

Hey,

If you have a look at the ToolGetSurroundingElements in Steam package, you can get inside the node and look at the Python that’s being used?

Hopefully that’s useful,

Mark

ooh…this sounds really helpful! I’ll have a try