Click or drag to resize

PlantTypeExportToMeshes Method

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool ExportToMeshes(
	string writeToFolder,
	bool getFileNamesMode,
	List<string> fileNames,
	out string error
)

Parameters

writeToFolder
Type: SystemString
getFileNamesMode
Type: SystemBoolean
fileNames
Type: System.Collections.GenericListString
error
Type: SystemString

Return Value

Type: Boolean
See Also