Method: RADMesh::STL#verify_neighbors!
- Defined in:
- lib/radmesh/stl.rb
#verify_neighbors! ⇒ STL
TODO:
Check what does this actually do :)
Note:
There is also the same method without ! working as expected. It is not in this reference guide, because it is automatically generated.
Returns itself
240 241 242 243 |
# File 'lib/radmesh/stl.rb', line 240 def verify_neighbors! CADMesh.stl_verify_neighbors(@stl_ptr) self end |