Method: RADMesh::STL#to_s
- Defined in:
- lib/radmesh/stl.rb
permalink #to_s ⇒ String
Get a String representation of STL
666 667 668 |
# File 'lib/radmesh/stl.rb', line 666 def to_s "#<RADMesh::STL header=\"#{stats[:header]}\">" end |