Method: RADMesh::STL#error?

Defined in:
lib/radmesh/stl.rb

#error?Boolean

Checks if there is an error flag on internal ADMesh’s STL structure

Returns:

  • (Boolean)

    whether there is and error flag

[View source]

57
58
59
# File 'lib/radmesh/stl.rb', line 57

def error?
  CADMesh.stl_get_error(@stl_ptr) == 1
end