public bool Export(
	string folder,
	string name,
	OBJExportOptions options
)
  • String
    folder
    Output folder into which the file will be exported. The folder must exist.
  • String
    name
    Indicates the name of the OBJ file to export. If it doesn't end with ".obj", 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 OBJ format.
Return Value Boolean True if successful, otherwise False.