Method: RADMesh::STL#clear_error!
- Defined in:
- lib/radmesh/stl.rb
#clear_error! ⇒ STL
Clear the error flag on internal ADMesh’s STL structure
Only use this, if you know what you are doing.
66 67 68 69 |
# File 'lib/radmesh/stl.rb', line 66 def clear_error! CADMesh.stl_clear_error(@stl_ptr) self end |