mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +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;
|
class TopoDS_Shape;
|
||||||
|
|
||||||
//! Reading from stereolithography format.
|
//! 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
|
class StlAPI_Reader
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user