73 [[nodiscard]] std::string
export_iges(
const std::vector<BrepModel>& bodies);
85 void export_iges_file(
const std::string& filepath,
const std::vector<BrepModel>& bodies);
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 文件