Class SoImageViz


  • @Deprecated(since="2023.2")
    public class SoImageViz
    extends Inventor
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    Module class use to register/unregister ImageViz module. This class allows the user to initialize the ImageViz module. The module must be initialized before using any other classes of the module.

    ImageViz Overview
    ImageViz Engines

    • Method Detail

      • getVersion

        @Deprecated(since="2023.2")
        public static java.lang.String getVersion()
        Deprecated.
        As of Open Inventor 2023.2. This method should no longer be used. Use SoLicensesInfo.getVersion() method instead.
        Returns a character string identifying the version of the extension.

        Warning Deprecated since Open Inventor 2023.2. This method should no longer be used. Use SoLicensesInfo.getVersion() method instead.

      • setValue

        public void setValue​(SoImageViz copyFrom)
        Deprecated.
      • enableMultiThread

        public static void enableMultiThread​(boolean flag)
        Deprecated.
        Enable or not multi threading usage by ImageViz engines. Default is true.
      • getProductName

        public static java.lang.String getProductName()
        Deprecated.
        Returns a character string identifying the name of the extension.