com.supermap.realspace.threeddesigner

类 ImportSettingDGN3DModel

  • 所有已实现的接口:
    IDisposable


    public class ImportSettingDGN3DModel
    extends ImportSetting3D
    DGN3D文件导入的参数设置类。继承自 ImportSetting3D 类。
    • 构造器详细资料

      • ImportSettingDGN3DModel

        public ImportSettingDGN3DModel()
        默认构造函数,构造一个新的 ImportSettingDGN3DModel 对象。
        从以下版本开始:
        11.2.0。
    • 方法详细资料

      • getPosition

        public Point3D getPosition()
        返回dgn3D模型的插入点位置。
        返回:
        dgn3D模型的插入点位置。
        抛出:
        IllegalStateException - 当前对象已被释放。
        从以下版本开始:
        11.2.0。
      • setPosition

        public void setPosition(Point3D point3d)
        设置dgn3D模型的插入点位置。
        参数:
        point3d - dgn3D模型的插入点位置。
        抛出:
        IllegalStateException - 当前对象已被释放。
        从以下版本开始:
        11.2.0。
      • getMaterialLibraryPath

        public String getMaterialLibraryPath()
        返回dgn3D的材质库路径。
        返回:
        dgn3D的材质库路径。
        抛出:
        IllegalStateException - 当前对象已被释放。
        从以下版本开始:
        11.2.0。
      • setMaterialLibraryPath

        public void setMaterialLibraryPath(String strPath)
        设置dgn3D的材质库路径。
        参数:
        strPath - 材质库路径。
        抛出:
        IllegalStateException - 当前对象已被释放。
        从以下版本开始:
        11.2.0。
      • setImportLines

        public void setImportLines(boolean bImportLines)
        设置导入时是否导入线对象
        参数:
        bImportLines - 是否导入线对象
      • isImportLines

        public boolean isImportLines()
        获取导入DGN模型时是否导入线对象
      • dispose

        public void dispose()
        释放该对象所占用的资源。当调用该方法之后,此对象不再可用。
        抛出:
        UnsupportedOperationException - 对象不能被释放,不能调用Dispose方法。
        从以下版本开始:
        11.2.0。

Copyright © 2021–2024 SuperMap. All rights reserved.