Method: Geom::PolygonMesh#point_at
- Defined in:
- lib/sketchup-api-stubs/stubs/Geom/PolygonMesh.rb
#point_at(index) ⇒ Geom::Point3d?
Note:
Index starts at 1.
The #point_at method is used to retrieve the point at a specific index in the mesh.
237 238 |
# File 'lib/sketchup-api-stubs/stubs/Geom/PolygonMesh.rb', line 237 def point_at(index) end |