mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08:00
STL Reader and Writer tools have been refactored to improve performance and usability: - Basic reading of STL file is separated to abstract class RWStl_Reader which is not bound to particular data structures; the target data model can be bound via inheritance. - RWStl package uses class Poly_Triangulation to represent triangular mesh. - Obsolete data structures and tools (packages StlMesh and StlTransfer) are removed.
7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
StlAPI.cxx
|
|
StlAPI.hxx
|
|
StlAPI_Reader.cxx
|
|
StlAPI_Reader.hxx
|
|
StlAPI_Writer.cxx
|
|
StlAPI_Writer.hxx
|