Hi, just getting to grips with using the interface provided for NEMOH, in the example script it makes mention that .STL files can be imported in order to be meshed, but I'm unsure how to achieve/implement this?
Could someone point me in the right direction?
Cheers
Hi, you can use the loadSTLMesh of the nemoh.body class for this.
loadSTLMesh
nemoh.body
Theoretically this should work, but in practice I have had Nemoh throw errors with meshes imported this way.
Log in to post a comment.
Hi, just getting to grips with using the interface provided for NEMOH, in
the example script it makes mention that .STL files can be imported in
order to be meshed, but I'm unsure how to achieve/implement this?
Could someone point me in the right direction?
Cheers
Hi, you can use the
loadSTLMesh
of thenemoh.body
class for this.Theoretically this should work, but in practice I have had Nemoh throw errors with meshes imported this way.