|
Home >
Free
Software > RP Toolkit 1.0
RP Toolkit is a free library to convert between RP and STL file formats. RP
Toolkit can be used by RP software developers to add support for the RP
file format to their existing and new software products. RP Toolkit can
also be used by end users with programming knowledge to write programs
which support the RP file format.
RP Toolkit is a Win32 DLL containing a single exported function called "ConvertFile"
which does the conversion.
Function Definition:
BOOL ConvertFile(
CString
strInputFileName,
CString strOutputFileName,
CString
strPasswordIn,
CString
strPasswordOut,
CString&
strError);
Returns TRUE on success, FALSE on failure
Arguments:
strInputFileName
: The input file name
strOutputFileName
: The output file name
strPasswordIn
: The password for input RP file
strPasswordOut
: The password for output RP file
strError
: Error message if function returns FALSE
Note: If output file is STL and
strPasswordOut
is blank, a binary STL file will be created, else an ASCII STL file will
be created
Download RP Toolkit (600 KB)
|