Import API

ImportFile

	@fn ImportFile(const string& filePath)
	@brief Load File (zprj, zpac, avt, obj, fbx, zcmr). This function will show up the dialog per the file type.
	@param filePath: the input file path to load
	@return if it succeeds, return true.

ImportFileW

	@fn ImportFileW(const wstring& filePath)
	@brief Load File (zprj, zpac, avt, obj, fbx, zcmr). This function will show up the dialog per the file type.
	@param filePath: the input file path to load
	@return if it succeeds, return true.

ImportZprj

	@fn ImportZprj(const string& filePath, const Marvelous::ImportZPRJOption& loadOption)
	@brief Load zprj File without the dialog but the loadOption
	@param filePath: the input file path to load
	@param loadOption: the options to load the file
	@return if it succeeds, return true.

ImportZprjW

	@fn ImportZprjW(const wstring& filePath, const Marvelous::ImportZPRJOption& loadOption)
	@brief Load zprj File without the dialog but the loadOption
	@param filePath: the input file path to load
	@param loadOption: the options to load the file
	@return if it succeeds, return true.

ImportGarmentInformation

	@fn ImportGarmentInformation(const string& filePath)
	@brief Load Garment Information (json)
	@param filePath: the input file to load the garment information (.json)
	@return if it succeeds, return true.

ImportGarmentInformationW

	@fn ImportGarmentInformationW(const wstring& filePath)
	@brief Load Garment Information (json)
	@param filePath: the input file to load the garment information (.json)
	@return if it succeeds, return true.

ImportGarmentInformationConfigData

	@fn ImportGarmentInformationConfigData(const string& filePath)
	@brief Load Garment Information Configuration (json)		
	@param filePath: the input file to load the garment information configuration data(.json)
	@return if it succeeds, return true.

ImportGarmentInformationConfigDataW

	@fn ImportGarmentInformationConfigDataW(const wstring& filePath)
	@brief Load Garment Information Configuration (json)		
	@param filePath: the input file to load the garment information configuration data(.json)
	@return if it succeeds, return true.

ImportOBJ

	@fn ImportOBJ(const string& _filePath, const Marvelous::ImportExportOption& _options)
	@brief Import OBJ file
	@param _filePath: input file path
	@param options: If "options" is given, it imports OBJ according to options, not allowing user for selecting options in Import Dialog.
	@return if it succeeds, return true.

ImportOBJW

	@fn ImportOBJW(const wstring& _filePath, const Marvelous::ImportExportOption& _options)
	@brief Import OBJ file
	@param _filePath: input file path
	@param options: If "options" is given, it imports OBJ according to options, not allowing user for selecting options in Import Dialog.
	@return if it succeeds, return true.

ImportVMP

	@fn ImportVMP(const string& _filePath)
	@brief Import VMP file
	@param _filePath: input file path
	@return if it succeeds, return true.

ImportCPT

	@fn ImportCPT(const string& _filePath)
	@brief Import CPT file
	@param _filePath: input file path
	@return if it succeeds, return true.

ImportVLP

	@fn ImportVLP(const string& _filePath)
	@brief Import VLP file
	@param _filePath: input file path
	@return if it succeeds, return true.

ImportVRP

	@fn ImportVRP(const string& _filePath)
	@brief Import VRP file
	@param _filePath: input file path
	@return if it succeeds, return true.

ImportDXF

	@fn ImportDXF(const string& _filePath)
	@brief Import DXF file
	@param _filePath: input file path
	@param loadOption: the options to load the file
	@return if it succeeds, return true.