What's new

wizoscript

  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. X

    Wizoscript & Sheet Metal

    Started with the 1st example at http://www.wizotools.com/tag/parameters/ and a simple 1x2x3 block. Wanting to run the script against a sheet metal part, released that the file extension AD_SMP added to the filename throws an error. It seams the extension AD_PRT is hard coded. Not expecting it...
  3. cadtec

    WizoScript OptionsDialog always on top

    Win = Windows() PropertyInput = [] CircleDiameter = PropertyInput.append(["Zylinderdurchmesser", WindowsInputTypes.Real, 0]) ExtrusionLengthCircle = PropertyInput.append(["Zylinderlänge", WindowsInputTypes.Real, 0]) LengthCube = PropertyInput.append(["Seitenlänge Würfel", WindowsInputTypes.Real...
Top