1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Documentation - Enhance comments in StlAPI_Reader.hxx #180

Update comments to clarify STL file reading inefficiencies
This commit is contained in:
dkulikov 2024-12-05 14:59:16 +00:00 committed by dpasukhi
parent 1c94e9e877
commit 875660a560

View File

@ -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: