Skip to content

Commit

Permalink
Warning commient is added to StlAPI_Reader
Browse files Browse the repository at this point in the history
  • Loading branch information
AtheneNoctuaPt committed Dec 5, 2024
1 parent 1c94e9e commit 81d75ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/StlAPI/StlAPI_Reader.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
class TopoDS_Shape;

//! Reading from stereolithography format.
//! Reads STL file and creates a shape composed of triangular faces, one per facet.
//! IMPORTANT: This approach is very inefficient, especially for large files.
//! IMPORTANT: Consider reading STL file to Poly_Triangulation object instead (see class RWStl).
class StlAPI_Reader
{
public:
Expand Down

0 comments on commit 81d75ec

Please sign in to comment.