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:
parent
1c94e9e877
commit
875660a560
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user