|
Home >
Free
Software > RP Converter 1.0
RP Converter is a free command line program to convert between RP and STL file
formats. RP Converter can be used to add support for the RP file format to
already existing systems that process STL files. End users can plug RP
Converter into their existing programs that create STL files. RP service
bureaus can use RP Converter to automatically accept RP files from end
users and create a STL files from them to be further processed.
The RP Converter program executable file name is RPConverter.exe and it is
copied into the Windows System folder (eg. C:\Windows\System32). This
ensures that RPConverter.exe always remains in the system path and hence
it can be called from any folder or application.
RPConverter.exe takes 4 command line arguments. The first required and the
next two are optional.
Usage:
RPConverter.exe Input Output [PasswordIn] [PasswordOut]
Arguments:
Input
: The input file name (required)
Output
: The output file name (required)
PasswordIn : The
password for input RP file (optional)
PasswordOut: The
password for output RP file (optional)
Note: If output file is STL and
PasswordOut
is blank, a binary STL file will be created, otherwise an ASCII STL file
will be created.
Example 1 :
RPConverter.exe C:\Input.stl C:\Output.rp "" secret
Creates output RP file with "secret" as the password"
Example 2 :
RPConverter.exe C:\Input.rp C:\Output.stl "" anytext
Creates output ASCII STL file
Download RP Converter (550 KB)
|