我有一个STL预览器,可以预览文件与mime类型“应用程序/sla”在户外。因此,我希望将mime类型为"application/pla“的文件呈现为"application/sla”。为此,我使用以下脚本在文件夹上创建了一个规则
var renderingEngineName = 'reformat'; var renditionDefinitionName = 'cm:stl'; var renditionDef = renditionService.createRenditionDefinition(renditionDefinitionN
当我把一个ply文件导入到我的程序中时,我得到了一个错误消息,说下面的消息出错了: C:\Users\...\data\apple.ply:8: property 'list uint8 int32 vertex_indices' of element 'face' is not handled 我使用了一个示例ply文件,该文件来自:https://people.sc.fsu.edu/~jburkardt/data/ply/