STLReader

class compas.files.STLReader(filepath)[source]

Bases: object

Class for reading raw geometric data from STL files.

Parameters

filepath (path string | file-like object | URL string) – A path, a file-like object or a URL pointing to a file.

References

Methods

read

Read the data.