public bool Export(
	string folder,
	string name,
	STLExportOptions options
)
  • String
    folder
    Output folder into which the file will be exported. The folder must exist.
  • String
    name
    Indicates the name of the STL file to export. If it doesn't end with ".stl", this extension will be added automatically. The name cannot contain any of the following characters: \/:*?"<>|. Empty name is not acceptable.
  • options
    Various options applicable to the STL format.
Return Value Boolean True if successful, otherwise False.