Imports the .stl file of the original grid.
Interface definition
extern "C" __declspec(dllimport) bool surfmap_import_origstl(char filename[1024])
Interface parameters
char filename[1024] Path to: .stl file
Return value
true : Success;false: Failure;
Back to top