mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Documentation - Enhance comments in StlAPI_Reader.hxx #180
Update comments to clarify STL file reading inefficiencies
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user