Method: RADMesh::STL#error?
- Defined in:
- lib/radmesh/stl.rb
permalink #error? ⇒ Boolean
Checks if there is an error flag on internal ADMesh’s STL structure
57 58 59 |
# File 'lib/radmesh/stl.rb', line 57 def error? CADMesh.stl_get_error(@stl_ptr) == 1 end |