What's new

Recent content by hide

  1. H

    Exporting sldprt in WizoScript

    Hi, I'm wondering if I can export to sldprt (Solidworks format) in WizoScript. I referred WizoScript Reference manual, but I just found only the functions for exporting SLT or STEP. Is there any way to export to sldprt in WizoScript? Hide
  2. H

    WizoScript -- General Questions

    Re: WizoScript Suppress parts Hi, Andy Thanks for guiding me correctly. I thought that I need to suppress each part before exporting. I just added one-line P.ExportSTL('') as follows Thanks again Hide # list all the parts in an assembly and it's sub-assemblies def...
  3. H

    WizoScript -- General Questions

    WizoScript Suppress parts Hi, I would like to export each part to STL-format files in assembly by means of Wizo-script because of many parts in the assembly file. The way to export each part manually is exporting the parts after suppressing the other parts. So I would like to know the way to...
Top