|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|
#include "vde/mesh/halfedge_mesh.h"#include "vde/brep/brep.h"#include <string>#include <vector>#include <optional>
类 | |
| struct | vde::foundation::GltfOptions |
| glTF 2.0 导出选项 更多... | |
命名空间 | |
| vde | |
| vde::foundation | |
| 自适应双精度谓词后端(默认) | |
函数 | |
| bool | vde::foundation::write_gltf (const std::string &filepath, const mesh::HalfedgeMesh &mesh, const GltfOptions &options=GltfOptions{}) |
| 导出网格为 glTF 2.0 / GLB 格式 更多... | |
| bool | vde::foundation::write_brep_gltf (const std::string &filepath, const brep::BrepModel &model, int tessellation_res=32) |
| 导出 B-Rep 模型为 GLB 格式(通过面片化) 更多... | |