80 [[nodiscard]] std::vector<BrepModel>
import_iges(
const std::string& filepath);
IgesError iges_last_error()
获取最近一次 IGES 导入的错误码
const std::string & iges_last_error_message()
获取最近一次 IGES 导入的可读错误描述
std::vector< BrepModel > import_iges_from_string(const std::string &data)
从字符串导入 IGES(用于测试)
std::vector< BrepModel > import_iges(const std::string &filepath)
从文件导入 IGES
@ UnsupportedEntity
遇到了不支持但合法的实体类型
@ EntityTypeError
实体类型解析失败
@ ParseError
IGES 语法错误(固定宽度格式异常)