SAVE
"SAVE ModelName, FileNamewithPath"
This command will save an existing 3D Model (not scene objects, but your models) to a disk file. The control will determine what type the model is and force the file extension. The following file types are currently supported:
.EZ3S - STL Enhanced format (binary) unique to NPBuilder OPEN Control (preferred extension to use)
.STLE - STL Enhanced format (binary) unique to NPBuilder OPEN Control (alternate file extension)
.EZ3D - Optimized Model format (binary) unique to NPBuilder OPEN Control
.EZ3P - 3D primitive file format (binary) unique to NPBuilder OPEN Control
The filename should also have a full path as well.
ModelName - is the name of your model
(loaded using LOADNEW or created using NEWOBJ)
FileNamewithPath - File name to save as