ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
iges_export.h
浏览该文件的文档.
1 #pragma once
33 #include "vde/brep/brep.h"
34 #include <string>
35 #include <vector>
36 
37 namespace vde::brep {
38 
73 [[nodiscard]] std::string export_iges(const std::vector<BrepModel>& bodies);
74 
85 void export_iges_file(const std::string& filepath, const std::vector<BrepModel>& bodies);
86 
87 } // namespace vde::brep
边界表示(B-Rep)核心数据结构
Definition: brep.h:54
std::string export_iges(const std::vector< BrepModel > &bodies)
将 B-Rep 体导出为 IGES 格式字符串(版本 5.3)
void export_iges_file(const std::string &filepath, const std::vector< BrepModel > &bodies)
将 B-Rep 体导出为 IGES 文件