com.supermap.realspace.threeddesigner

类 ModelChecker

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.realspace.threeddesigner.ModelChecker
  • 所有已实现的接口:
    IDisposable


    public class ModelChecker
    extends com.supermap.data.InternalHandleDisposable
    模型检查类
    从以下版本开始:
    12.1.0
    • 构造器详细资料

      • ModelChecker

        public ModelChecker()
    • 方法详细资料

      • dispose

        public void dispose()
        释放该对象所占用的资源。当调用该方法之后,此对象不再可用。
      • getInputDirectoryPath

        public String getInputDirectoryPath()
        获取输入文件夹路径
        返回:
        输入文件夹路径
        从以下版本开始:
        12.1.0
      • setInputDirectoryPath

        public void setInputDirectoryPath(String InputDirectoryPath)
        设置输入文件夹路径 可以设置文件路径,也可以设置为文件夹路径 目前支持obj、3ds、dae、fbx、gltf
        参数:
        InputDirectoryPath - 输入文件路径
        从以下版本开始:
        12.1.0
      • getResultFilePath

        public String getResultFilePath()
        获取结果文件路径
        返回:
        结果文件路径
        从以下版本开始:
        12.1.0
      • setResultFilePath

        public void setResultFilePath(String resultFilePath)
        设置结果文件路径 必须是一个有效的文件名
        参数:
        resultFilePath - 结果文件路径
        从以下版本开始:
        12.1.0
      • check

        public void check()
        执行检查
        从以下版本开始:
        12.1.0
      • isCompliance

        public boolean isCompliance()
        获取检查结果
        返回:
        检查的模型文件是否全部合规
        从以下版本开始:
        12.1.0

Copyright © 2021–2025 SuperMap. All rights reserved.