ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
io_stl.h 文件参考
#include <string>
#include <vector>
#include "vde/foundation/math_types.h"
io_stl.h 的引用(Include)关系图:

浏览源代码.

struct  vde::foundation::StlTriangle
 STL 三角形面片 更多...
 

命名空间

 vde
 
 vde::foundation
 自适应双精度谓词后端(默认)
 

函数

std::vector< StlTriangle > vde::foundation::read_stl (const std::string &filepath)
 读取 STL 文件(自动检测格式) 更多...
 
void vde::foundation::write_stl (const std::string &filepath, const std::vector< StlTriangle > &tris)
 写入二进制 STL 文件 更多...
 
void vde::foundation::write_stl_ascii (const std::string &filepath, const std::vector< StlTriangle > &tris)
 写入 ASCII STL 文件 更多...