Function default

    • toThree service

      Parameters

      • bindPath: string

        Path

      • fileIn: string

        In file (POSIX path)

      • glbOut: string

        Out file (POSIX path)

      • Optional brepOut: string

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

      Code, data, error

      Description

      Convert step, dxf, mesh, vtu to threeJS

      Memberof

      Services

    Generated using TypeDoc and TypeDoc Airthium Plugin