Method: RADMesh::STL#size

Defined in:
lib/radmesh/stl.rb

#sizeFixnum

Get the number of facets

Returns:

  • (Fixnum)

    number of facets



629
630
631
# File 'lib/radmesh/stl.rb', line 629

def size
  @stl_value[:stats][:number_of_facets]
end