Function default

    toThree service

    Convert step, dxf, mesh, vtu to threeJS

    • Parameters

      • bindPath: string

        Path

      • fileIn: string

        In file (POSIX path)

      • glbOut: string

        Out file (POSIX path)

      • OptionalbrepOut: string

      Returns Promise<{
          code: number;
          data: string;
          error: string;
      }>

      Code, data, error

    Generated using TypeDoc and TypeDoc Airthium Plugin