Just for ease, you should npm install -g http-server so that you can serve this viewer easily.
- BitBucket Repo: https://csand@bitbucket.org/csand/1upusa.git
- Note the
3d-viewerfolder. That is the viewer for the files you'll generate. - You don't need to worry about WordPress or anything. Don't bother trying to MAMP.
- Download the tools here
- Extract the files and open a command prompt to the directory. Notice the EXEs
- For each
.STEPfile (download them here)- Copy the .STEP file into the root directory
- Run
splitasm.exe -o OUTPUT_DIR -trees "STEP FILE NAME.STEP" - Run
export_product_asm.exe "STEP FILE NAME.STEP" -d o OUTPUT_DIR - Rename
OUTPUT_DIRto match the.STEPfile you just processed, e.g.ASSEMBLY_HEAVY_DUTY_DOUBLEand move it into the3d-viewerdirectory of the repo. - Run
http-serverfrom the3d-viewerdirectory. - Try accessing the 3D viewer via (example:)
http://localhost:8080/asm-frames.html?ASSEMBLY_HEAVY_DUTY_DOUBLE/ - Check in the generated files.
- If any failure occurs, note which file caused problems and any errors if possible.